From 938a9a2de47375f085379b3ff3a48c346c9d46ad Mon Sep 17 00:00:00 2001 From: Jason Ting Date: Thu, 20 Feb 2020 22:15:49 -0500 Subject: [PATCH] Fix typo --- 05/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/README.md b/05/README.md index af42a77..2228fe3 100644 --- a/05/README.md +++ b/05/README.md @@ -93,7 +93,7 @@ At the end of the last exercise we introduced some new functions. Now it’s tim ### Advance shaping functions -[Golan Levin](http://www.flong.com/) has great documentation of more complex shaping functions that are extraordinarily helpful. Porting them to GLSL is a really smart move, to start builidng your own resource of snippets of code. +[Golan Levin](http://www.flong.com/) has great documentation of more complex shaping functions that are extraordinarily helpful. Porting them to GLSL is a really smart move, to start building your own resource of snippets of code. * Polynomial Shaping Functions: [www.flong.com/texts/code/shapers_poly](http://www.flong.com/texts/code/shapers_poly/)