]> gitweb.factorcode.org Git - factor.git/commitdiff
alien-docs: fix wording
authorAlexander Iljin <ajsoft@yandex.ru>
Sat, 25 Feb 2017 19:31:32 +0000 (22:31 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 17 Mar 2017 15:22:18 +0000 (08:22 -0700)
core/alien/alien-docs.factor

index 883f60889b8b5ff90f4a4af3d1c0899e1993fb22..3e5af2a2bad456fbd7f34c7030ee2d9ddd900d2e 100644 (file)
@@ -159,9 +159,9 @@ ARTICLE: "aliens" "Alien addresses"
     <displaced-alien>
     alien-address
 }
-"Anywhere that a " { $link alien } " instance is accepted, the " { $link f } " singleton may be passed in to denote a null pointer."
+"Anywhere that an " { $link alien } " instance is accepted, the " { $link f } " singleton may be passed in to denote a null pointer."
 $nl
-"Usually alien objects do not have to created and dereferenced directly; instead declaring C function parameters and return values as having a " { $link pointer } " type such as " { $snippet "void*" } " takes care of the details."
+"Usually alien objects do not have to be created and dereferenced directly; instead declaring C function parameters and return values as having a " { $link pointer } " type such as " { $snippet "void*" } " takes care of the details."
 { $subsections
     "syntax-aliens"
     "alien-expiry"