Fix typo in the float-vector docs

db4
Joe Groff 2008-02-04 17:42:35 -08:00
parent d80b707c43
commit 0c1b63c5f2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $nl
{ $subsection >float-vector }
{ $subsection <float-vector> }
"If you don't care about initial capacity, a more elegant way to create a new float vector is to write:"
{ $code "BV{ } clone" } ;
{ $code "FV{ } clone" } ;
ABOUT: "float-vectors"