]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/specialized-arrays/specialized-arrays-docs.factor
Remove many uses of <int> and *int etc
[factor.git] / basis / specialized-arrays / specialized-arrays-docs.factor
index b476a4707251c5c6f50821831f1782b41b2b02b1..722dff6d915c8cd0678dd2c78800682c35165663 100644 (file)
@@ -94,7 +94,7 @@ $nl
     ""
     "FUNCTION: void get_device_info ( int* length ) ;"
     ""
-    "0 <int> [ get_device_info ] keep <direct-int-array> ."
+    "0 int <ref> [ get_device_info ] keep <direct-int-array> ."
 }
 "For a full discussion of Factor heap allocation versus unmanaged memory allocation, see " { $link "byte-arrays-gc" } "."
 $nl