Documentation fix for PV{

db4
Samuel Tardieu 2009-06-12 11:59:48 +02:00
parent 29327a787c
commit a7b474b54b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ USING: help.markup help.syntax kernel math sequences ;
IN: persistent.vectors
HELP: PV{
{ $syntax "elements... }" }
{ $syntax "PV{ elements... }" }
{ $description "Parses a literal " { $link persistent-vector } "." } ;
HELP: >persistent-vector