summaryrefslogtreecommitdiffhomepage
path: root/doc/api/README.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-06-06 19:56:29 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-06-06 19:56:29 +0900
commite1b638376f4e71f76b0c70cc77d30e4dc5d58a6c (patch)
treebe29b993cab5f19e2c609509b07b36d4b1a75916 /doc/api/README.md
parent630c2c5853b976c3ca753d9713590b3e972621b8 (diff)
parent0f93d9b7dbdc74f485617051b5db81db09c7b726 (diff)
downloadmruby-e1b638376f4e71f76b0c70cc77d30e4dc5d58a6c.tar.gz
mruby-e1b638376f4e71f76b0c70cc77d30e4dc5d58a6c.zip
Merge pull request #2826 from Mav7/master
Added some documentation for some of the functions found in array.h.
Diffstat (limited to 'doc/api/README.md')
-rw-r--r--doc/api/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 78dbc087d..131e50515 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -25,6 +25,6 @@ Header name|Features
[mruby/range.h](./mruby.range.h.md)|`Range` class.
[mruby/re.h](./mruby.re.h.md)|`Regexp` class.
[mruby/string.h](./mruby.string.h.md)|`String` class.
-[mruby/value.h](./value.h.md)|`mrb_value` functions and macros.
+[mruby/value.h](./mruby.value.h.md)|`mrb_value` functions and macros.
[mruby/variable.h](./mruby.variable.h.md)|Functions to access to mruby variables.
[mruby/version.h](./mruby.version.h.md)|Macros of mruby version.