Skip to content

Commit 19f3e45

Browse files
authored
fix: breaking typo
1 parent 000fefe commit 19f3e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/tuto-03-animated-triangle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ And now we are going to change our vertex shader a little bit:
158158

159159
```rust
160160
let vertex_shader_src = r#"
161-
##version 140
161+
#version 140
162162
163163
in vec2 position;
164164

0 commit comments

Comments
 (0)