* ext/psych/yaml/yaml.h: [DOC] merge upstream typo fix by @GreenGeorge

https://github.com/tenderlove/psych/pull/161


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-09-20 14:51:35 +00:00
Родитель 8acb7800b1
Коммит 40424c2600
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Fri Sep 20 23:48:34 2013 Zachary Scott <e@zzak.io>
* ext/psych/yaml/yaml.h: [DOC] merge upstream typo fix by @GreenGeorge
https://github.com/tenderlove/psych/pull/161
Fri Sep 20 23:37:40 2013 Zachary Scott <e@zzak.io>
* lib/securerandom.rb: [DOC] SecureRandom.hex length argument

Просмотреть файл

@ -1851,7 +1851,7 @@ YAML_DECLARE(void)
yaml_emitter_set_canonical(yaml_emitter_t *emitter, int canonical);
/**
* Set the intendation increment.
* Set the indentation increment.
*
* @param[in,out] emitter An emitter object.
* @param[in] indent The indentation increment (1 < . < 10).