summaryrefslogtreecommitdiff
path: root/doc/extension.ja.rdoc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-26 07:09:58 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-26 07:09:58 +0000
commit17ee91960f34fa031af740d2d86987e9bf6a9e5c (patch)
treecc1e53be989176c7f859f6cdb83281fbf50d7b9c /doc/extension.ja.rdoc
parent61701ae1675f790ee3f59207283642dbe64c2d37 (diff)
Fix function name for DBM on extension document.
Patch by Yuji Yaginuma, @y-yagi <yuuji.yaginuma@gmail.com> [ci skip][fix GH-1519] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/extension.ja.rdoc')
-rw-r--r--doc/extension.ja.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extension.ja.rdoc b/doc/extension.ja.rdoc
index ce9abec6ad..5323bce36b 100644
--- a/doc/extension.ja.rdoc
+++ b/doc/extension.ja.rdoc
@@ -865,7 +865,7 @@ Rubyは拡張ライブラリをロードする時に「Init_ライブラリ名
DBMライブラリはdbmのデータと対応するオブジェクトになるはずで
すから,Cの世界のdbmをRubyの世界に取り込む必要があります.
-dbm.cではData_Make_Structを以下のように使っています.
+dbm.cではTypedData_Make_Structを以下のように使っています.
struct dbmdata {
int di_size;