From 5cd68add97caccdf47c5e5b4add46bea902b77a4 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Sun, 6 Dec 2015 15:04:16 -0500 Subject: [PATCH] the --- doc/glm.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/glm.tex b/doc/glm.tex index afa167a5..2ac05a57 100644 --- a/doc/glm.tex +++ b/doc/glm.tex @@ -314,7 +314,7 @@ void foo() \subsection{Default Precision} \label{Default Precision} -C++ does not provide a way to implement GLSL default precision selection (as defined in GLSL 4.10 specification section 4.5.3) with GLSL-like syntax. +C++ does not provide a way to implement GLSL default precision selection (as defined in the GLSL 4.10 specification, section 4.5.3) with GLSL-like syntax. \begin{glslcode} precision mediump int;