diff --git a/core/float-vectors/float-vectors-docs.factor b/core/float-vectors/float-vectors-docs.factor index f0901fd46f..ef0645a0af 100755 --- a/core/float-vectors/float-vectors-docs.factor +++ b/core/float-vectors/float-vectors-docs.factor @@ -12,7 +12,7 @@ $nl { $subsection >float-vector } { $subsection } "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"