]> gitweb.factorcode.org Git - factor.git/commitdiff
sbufs: fix typo in docs
authorKeita Haga <keitahaga@mail.com>
Sat, 8 Jan 2011 13:37:58 +0000 (22:37 +0900)
committerKeita Haga <keitahaga@mail.com>
Sat, 8 Jan 2011 13:37:58 +0000 (22:37 +0900)
core/sbufs/sbufs-docs.factor

index c1f48d661bb3aba3dae95c898a82fedac55539a9..fa2db15aad3001fd150614de6c1cb0fe57c0744b 100644 (file)
@@ -5,7 +5,7 @@ IN: sbufs
 ARTICLE: "sbufs" "String buffers"
 "The " { $vocab-link "sbufs" } " vocabulary implements resizable mutable sequence of characters. The literal syntax is covered in " { $link "syntax-sbufs" } "."
 $nl
-"String buffers implement the " { $link "sequence-protocol" } " and thus all " { $link "sequences" } " can be used with them. String buffers can be used to construct new strings by accumilating substrings and characters, however usually they are only used indirectly, since the sequence construction words are more convenient to use in most cases (see " { $link "namespaces-make" } ")."
+"String buffers implement the " { $link "sequence-protocol" } " and thus all " { $link "sequences" } " can be used with them. String buffers can be used to construct new strings by accumulating substrings and characters, however usually they are only used indirectly, since the sequence construction words are more convenient to use in most cases (see " { $link "namespaces-make" } ")."
 $nl
 "String buffers form a class of objects:"
 { $subsections