Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a couple of grammatical errors in README. #10

Merged
merged 1 commit into from
Oct 25, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gl3w: Simple OpenGL 3/4 core profile loading
Introduction Introduction
------------ ------------


gl3w_ is the easiest way to get your hands on the functionality offered by gl3w_ is the easiest way to get your hands on the functionality offered by the
OpenGL 3/4 core profile specification. OpenGL 3/4 core profile specification.


Its main part is a simple gl3w_gen.py_ Python 2.6 script that downloads the Its main part is a simple gl3w_gen.py_ Python 2.6 script that downloads the
Expand Down Expand Up @@ -59,7 +59,7 @@ included before any other OpenGL related headers::
API Reference API Reference
------------- -------------


The gl3w_ API consist of just three functions: The gl3w_ API consists of just three functions:


``int gl3wInit(void)`` ``int gl3wInit(void)``


Expand Down