Build documentation grammar fix.

This commit is contained in:
Camilla Berglund 2013-10-04 17:08:04 +02:00
parent 8194f1e2ae
commit 12f0d8d4ca

View File

@ -158,7 +158,7 @@ If you are using the static library version of GLFW, use the
@subsection build_link_pkgconfig With pkg-config on OS X or other Unix
GLFW supports [pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config/),
and `glfw3.pc` file is generated when the GLFW library is built and installed
and the `glfw3.pc` file is generated when the GLFW library is built and installed
along with it.
A typical compile and link command-line when using the static may look like this: