Skip to content

Commit 8f7e0de

Browse files
committed
Improved doc string
1 parent 6b8269c commit 8f7e0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/natives.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ transcode: native [
670670
/line "Return also information about number of lines scaned"
671671
count [integer!] "Initial line number"
672672
/part "Translates only part of the input buffer"
673-
length [integer!] "Length in bytes or tail position"
673+
length [integer!] "Length of source to decode"
674674
]
675675

676676
echo: native [

0 commit comments

Comments
 (0)