fix parser-combinator documentation

cvs
Chris Double 2005-04-30 04:17:02 +00:00
parent 93f4088747
commit 11c604d865
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ character code '53'.</p>
<pre class="code">
(1) : digit-list>number ( list -- number )
#! Converts a list of digits to a number
[ >digit ] map cat dup string-length 0 = [
[ >digit ] map >string dup empty? [
drop 0
] [
str>number