Skip to content

Commit

Permalink
README: s/, i.e./, i.e.,/g
Browse files Browse the repository at this point in the history
  • Loading branch information
slimsag committed Mar 6, 2016
1 parent 81a58e1 commit b665d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func main() {
window.MakeContextCurrent()

// Important! Call gl.Init only under the presence of an active OpenGL context,
// i.e. after MakeContextCurrent.
// i.e., after MakeContextCurrent.
if err := gl.Init(); err != nil {
panic(err)
}
Expand Down

0 comments on commit b665d05

Please sign in to comment.