]> gitweb.factorcode.org Git - factor.git/commitdiff
gpu.shaders: typo in docs reported by typemore
authorJoe Groff <arcata@gmail.com>
Wed, 18 Aug 2010 00:07:15 +0000 (17:07 -0700)
committerJoe Groff <arcata@gmail.com>
Wed, 18 Aug 2010 00:14:05 +0000 (17:14 -0700)
extra/gpu/shaders/shaders-docs.factor

index 54822c2fbb4efec22094889c3aa12c14b3f6990f..3ed53c27afd44f915a05df1cd45fe01ea7f0c97e 100644 (file)
@@ -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