Skip to content

Commit deaa714

Browse files
authored
Merge pull request glium#2079 from ben-sommer/patch-1
fix: breaking typo
2 parents 000fefe + 19f3e45 commit deaa714

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)