]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/opencl/opencl-docs.factor
factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace.
[factor.git] / extra / opencl / opencl-docs.factor
index a4285c3b5b0b5e91b0c2b5abad9e4bc367c0ef74..48e1f124a0e1ab9af4f98624434b69147e1e1775 100644 (file)
@@ -125,7 +125,7 @@ HELP: cl-platform
 HELP: cl-platforms
 { $values
 
-    { "platforms" "sequence of cl-platform"}
+    { "platforms" "sequence of cl-platform" }
 }
 { $description "Returns the platforms available for OpenCL computation on this hardware." } ;