Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small fixes
  • Loading branch information
lichtkind committed May 13, 2012
1 parent 6b69705 commit 3025a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tablet-2-basic-syntax.txt
Expand Up @@ -361,7 +361,7 @@ helping readability.
$real = 2.2;

$num = +'123';
$num = +'123foo'; # fails, 'foo' is not numeric
$num = +'123foo'; # fails, 'foo' is not numeric

Radix Prefixes
--------------
Expand Down

0 comments on commit 3025a94

Please sign in to comment.