From 000413bf8e3afcbbfc1e2f2301b89b21beeba824 Mon Sep 17 00:00:00 2001 From: Ted Piotrowski Date: Tue, 13 Oct 2020 10:08:03 -0700 Subject: [PATCH] Update chapter-0-content.md Fix typo --- _includes/chapter-0-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/chapter-0-content.md b/_includes/chapter-0-content.md index d4c14ab..058cb80 100644 --- a/_includes/chapter-0-content.md +++ b/_includes/chapter-0-content.md @@ -279,7 +279,7 @@ powerful functionality, but are usually specific to the vendor's implementation of OpenGL. You can then call the functionality provided by these extensions by loading -them in you program though an extension loading mechanism that retrieves a +them in you program through an extension loading mechanism that retrieves a function pointer. This loading mechanism is however not standardized, so sadly each platform has its own specific extension loading functions. This limitation is most apparent on the Microsoft Windows platform where the OpenGL header