summaryrefslogtreecommitdiffhomepage
path: root/mrblib/kernel.rb
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-05-06 18:24:39 +0800
committerDaniel Bovensiepen <[email protected]>2012-05-06 18:24:39 +0800
commit580b0267a8590fc426f0ad9b77ab7b3f4448de24 (patch)
treee877d4cedfeb5712708bfd1983fbe5cb938312a7 /mrblib/kernel.rb
parentdea4ccdd97b4ccb3a875e5b96036e03e5a25c1ae (diff)
downloadmruby-580b0267a8590fc426f0ad9b77ab7b3f4448de24.tar.gz
mruby-580b0267a8590fc426f0ad9b77ab7b3f4448de24.zip
Some fixes for the Documentation of Hash and Kernel
Diffstat (limited to 'mrblib/kernel.rb')
-rw-r--r--mrblib/kernel.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/mrblib/kernel.rb b/mrblib/kernel.rb
index fd4c86c38..2e017f818 100644
--- a/mrblib/kernel.rb
+++ b/mrblib/kernel.rb
@@ -38,7 +38,7 @@ module Kernel
end
##
- # Alias for Kernel.lambda.
+ # Alias for +Kernel.lambda+.
#
# 15.3.1.3.27
def lambda(&block)
@@ -47,7 +47,7 @@ module Kernel
end
##
- # Alias for Kernel.loop.
+ # Alias for +Kernel.loop+.
#
# ISO 15.3.1.3.29
def loop #(&block)