summaryrefslogtreecommitdiffhomepage
path: root/doc/language/Core.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-05-10 22:43:25 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-05-10 22:43:25 +0900
commit2d8db3c6bffbe05d2331d088d99b372ca61c1607 (patch)
tree30e9c26c9709c884df6cf992591de11797f5137e /doc/language/Core.md
parentfb77b033a505fc5332ea24d1c619972ec6cb1eba (diff)
parentb03330b3e4c2afaf578590b00a1f7d9a5e1657d7 (diff)
downloadmruby-2d8db3c6bffbe05d2331d088d99b372ca61c1607.tar.gz
mruby-2d8db3c6bffbe05d2331d088d99b372ca61c1607.zip
Merge pull request #2230 from take-cheeze/doc_update
Fix document generator to remove trailing space in generated document.
Diffstat (limited to 'doc/language/Core.md')
-rw-r--r--doc/language/Core.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/language/Core.md b/doc/language/Core.md
index 6b4103a99..033939865 100644
--- a/doc/language/Core.md
+++ b/doc/language/Core.md
@@ -806,12 +806,6 @@ ISO Code | Source File | C Function
--- | --- | ---
15.2.14.4.3 | src/range.c | mrb_range_beg
-#### each
-
-ISO Code | Source File | C Function
---- | --- | ---
-15.2.14.4.4 | src/range.c | mrb_range_each
-
#### end
ISO Code | Source File | C Function
@@ -1372,12 +1366,6 @@ ISO Code | Source File | C Function
--- | --- | ---
15.3.1.3.3 | src/kernel.c | mrb_obj_id_m
-#### __method__
-
-ISO Code | Source File | C Function
---- | --- | ---
-n/a | src/kernel.c | mrb_f_method
-
#### __send__
ISO Code | Source File | C Function