mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/syck/rubyext.c (syck_emitter_end_object): fix inline document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b12fe8025f
commit
3fac2b2519
1 changed files with 1 additions and 1 deletions
|
@ -1376,7 +1376,7 @@ syck_emitter_start_object( self, oid )
|
|||
}
|
||||
|
||||
/*
|
||||
* YAML::Syck::Emitter.end_object( object_id )
|
||||
* YAML::Syck::Emitter.end_object
|
||||
*/
|
||||
VALUE
|
||||
syck_emitter_end_object( self )
|
||||
|
|
Loading…
Reference in a new issue