]> gitweb.factorcode.org Git - factor.git/commitdiff
Update alien.enums docs
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 29 Sep 2010 16:07:08 +0000 (11:07 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 1 Oct 2010 06:41:24 +0000 (01:41 -0500)
basis/alien/enums/enums-docs.factor

index cc23a40df3d4eb7456a096253479096091af2a72..922aa260a8808dca077a09a8d638bea1c333d08f 100644 (file)
@@ -24,7 +24,7 @@ HELP: number>enum
 { $description "Convert a number to an enum." } ;
 
 ARTICLE: "alien.enums" "Enumeration types"
-"The " { $vocab-link "alien.enums" } " vocab contains the implementation for " { $link POSTPONE: ENUM: } " C types, and provides words for converting between enum symbols and integers."
+"The " { $vocab-link "alien.enums" } " vocab contains the implementation for " { $link POSTPONE: ENUM: } " C types, and provides words for converting between enum singletons and integers. It is possible to dispatch off of members of an enum."
 $nl
 "Defining enums at run-time:"
 { $subsection define-enum }