From 5c64e251e1fe1c2767a8e2d4ccdb05406817f377 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Wed, 25 Apr 2012 06:57:00 -0600 Subject: [PATCH] Fix PR 12694 --- collects/sgl/scribblings/gl-vectors.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/sgl/scribblings/gl-vectors.scrbl b/collects/sgl/scribblings/gl-vectors.scrbl index d16eee0fce..4fcb077360 100644 --- a/collects/sgl/scribblings/gl-vectors.scrbl +++ b/collects/sgl/scribblings/gl-vectors.scrbl @@ -9,9 +9,9 @@ The @racketmodname[sgl/gl-vectors] module supports OpenGL programming with @racket[cvector]s. In this document and in the error messages, a ``gl-vector'' is just a @racket[cvector], while a ``gl-@nonterm{type}-vector'' is a @racket[cvector] with an appropriate -type. Using the @racketmodname[sgl/gl-vectors] module instead of using -@racket[cvector] directly because these functions are specialized to -handling the OpenGL types correctly. +type. Use the @racketmodname[sgl/gl-vectors] module vectors instead of +a Racket @racket[cvector] directly, because they are specialized to +handle the OpenGL types correctly. @deftogether[( @defproc[(gl-vector? [v any/c]) boolean?]