]> gitweb.factorcode.org Git - factor.git/commitdiff
core-graphics.types: fix typo
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 17 Jan 2022 03:58:45 +0000 (19:58 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 17 Jan 2022 03:58:45 +0000 (19:58 -0800)
basis/core-graphics/types/types-docs.factor

index f8522ea7974b7c9b9f21d073512aa56785aada1b..c223c039119b36886ea357e5d5008b52bc1acbe0 100644 (file)
@@ -6,7 +6,7 @@ HELP: <CGRect>
 { $description "Allocates a new " { $snippet "CGRect" } " in the Factor heap." } ;
 
 HELP: <CGPoint>
-{ $values { "x" real } { "y" real } { "CGPoint" CGPoint } } }
+{ $values { "x" real } { "y" real } { "CGPoint" CGPoint } }
 { $description "Allocates a new " { $snippet "CGPoint" } " in the Factor heap." } ;
 
 HELP: <CGSize>