From edf7cd65177525de2c62f5ea7a222e457772a7e7 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 17 Aug 2010 17:07:15 -0700 Subject: [PATCH] gpu.shaders: typo in docs reported by typemore --- extra/gpu/shaders/shaders-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/gpu/shaders/shaders-docs.factor b/extra/gpu/shaders/shaders-docs.factor index 54822c2fbb..3ed53c27af 100644 --- a/extra/gpu/shaders/shaders-docs.factor +++ b/extra/gpu/shaders/shaders-docs.factor @@ -39,7 +39,7 @@ HELP: GLSL-SHADER-FILE: { $description "Defines a new " { $link shader } " of kind " { $link shader-kind } " named " { $snippet "shader-name" } ". The shader will read its source code from " { $snippet "filename" } " in the current Factor source file's directory." } ; HELP: GLSL-SHADER: -{ $syntax """GLSL-SHADER-FILE: shader-name shader-kind +{ $syntax """GLSL-SHADER: shader-name shader-kind shader source