Skip to content

Commit

Permalink
Merge branch 'bug#1491' of https://github.com/ladislav/r3 into community
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislav committed Mar 29, 2013
2 parents 6b8c7be + b824697 commit 740a8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/boot/natives.r
Expand Up @@ -47,7 +47,7 @@ apply: native [
]

assert: native [
"Assert that condition is true, else throw an assertion error."
"Assert that condition is true, else cause an assertion error."
conditions [block!]
/type "Safely check datatypes of variables (words and paths)"
]
Expand Down Expand Up @@ -651,7 +651,7 @@ transcode: native [
source [binary!] "Must be Unicode UTF-8 encoded"
/next "Translate next complete value (blocks as single value)"
/only "Translate only a single value (blocks dissected)"
/error "Do not throw errors - return error object as value in place"
/error "Do not cause errors - return error object as value in place"
]

echo: native [
Expand Down

0 comments on commit 740a8c1

Please sign in to comment.