From 17ee91960f34fa031af740d2d86987e9bf6a9e5c Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 26 Jan 2017 07:09:58 +0000 Subject: Fix function name for DBM on extension document. Patch by Yuji Yaginuma, @y-yagi [ci skip][fix GH-1519] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/extension.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/extension.rdoc') diff --git a/doc/extension.rdoc b/doc/extension.rdoc index c2a3a9833e..d5426ec3fe 100644 --- a/doc/extension.rdoc +++ b/doc/extension.rdoc @@ -802,7 +802,7 @@ Here's the example of an initializing function. } The dbm extension wraps the dbm struct in the C environment using -Data_Make_Struct. +TypedData_Make_Struct. struct dbmdata { int di_size; -- cgit v1.2.3