diff options
| author | Daniel Bovensiepen <[email protected]> | 2016-02-12 03:37:36 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2016-02-12 03:37:36 +0800 |
| commit | 299cb5a7b986ce0a38fe78edccbf7780acd3d267 (patch) | |
| tree | df48e5798304aab6815234a8eebf3f71efe27da0 /doc/limitations.md | |
| parent | 46fbd5349b1d31065cf3bba03913850726d538f7 (diff) | |
| download | mruby-299cb5a7b986ce0a38fe78edccbf7780acd3d267.tar.gz mruby-299cb5a7b986ce0a38fe78edccbf7780acd3d267.zip | |
Fix formatting again...
Diffstat (limited to 'doc/limitations.md')
| -rw-r--r-- | doc/limitations.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/limitations.md b/doc/limitations.md index 83bedc8fb..4f2596a8c 100644 --- a/doc/limitations.md +++ b/doc/limitations.md @@ -173,7 +173,7 @@ alias $a $__a__ #### Ruby [ruby 2.0.0p645 (2015-04-13 revision 50299)] -```nil``` +``` nil ``` #### mruby [1.2.0 (2015-11-17)] @@ -199,7 +199,7 @@ The re-defined ```+``` operator does not accept any arguments. #### mruby [1.2.0 (2015-11-17)] -```'ab'``` +``` 'ab' ``` Behavior of the operator wasn't changed. ## ```Kernel.binding``` missing |
