summaryrefslogtreecommitdiffhomepage
path: root/doc/limitations.md
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2016-02-12 03:37:36 +0800
committerDaniel Bovensiepen <[email protected]>2016-02-12 03:37:36 +0800
commit299cb5a7b986ce0a38fe78edccbf7780acd3d267 (patch)
treedf48e5798304aab6815234a8eebf3f71efe27da0 /doc/limitations.md
parent46fbd5349b1d31065cf3bba03913850726d538f7 (diff)
downloadmruby-299cb5a7b986ce0a38fe78edccbf7780acd3d267.tar.gz
mruby-299cb5a7b986ce0a38fe78edccbf7780acd3d267.zip
Fix formatting again...
Diffstat (limited to 'doc/limitations.md')
-rw-r--r--doc/limitations.md4
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