mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/fiddle/fiddle.c: fix typo in fiddle doc [Bug #8412]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9885529986
commit
2fb8799e6e
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ Init_fiddle(void)
|
||||||
*
|
*
|
||||||
* It wraps {libffi}[http://sourceware.org/libffi/], a popular C library
|
* It wraps {libffi}[http://sourceware.org/libffi/], a popular C library
|
||||||
* which provides a portable interface that allows code written in one
|
* which provides a portable interface that allows code written in one
|
||||||
* language to clal code written in another language.
|
* language to call code written in another language.
|
||||||
*
|
*
|
||||||
* == Example
|
* == Example
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue