Fix typo in docs

db4
Slava Pestov 2008-08-10 22:20:14 -05:00
parent bbd05723a5
commit 73ed573a05
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ HELP: 2bi*
"The following two lines are equivalent:" "The following two lines are equivalent:"
{ $code { $code
"[ p ] [ q ] 2bi*" "[ p ] [ q ] 2bi*"
">r >r q r> r> q" ">r >r p r> r> q"
} }
} ; } ;