[ruby/openssl] [DOC] better wording for OpenSSL::Config document.

https://github.com/ruby/openssl/commit/26370636f3

Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
This commit is contained in:
Yuki Morohoshi 2024-10-11 17:10:55 +09:00 коммит произвёл git
Родитель 9d94a3b8aa
Коммит 772a213a29
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -305,7 +305,7 @@ static IMPLEMENT_LHASH_DOALL_ARG_FN(dump_conf_value, CONF_VALUE, VALUE)
*
* Gets the parsable form of the current configuration.
*
* Given the following configurating file being loaded:
* Given the following configuration file being loaded:
*
* config = OpenSSL::Config.load('baz.cnf')
* #=> #<OpenSSL::Config sections=["default"]>