diff options
author | Daniel Radetsky <[email protected]> | 2019-08-06 18:21:32 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2019-08-07 22:25:50 +0900 |
commit | 82527d9b50207607b2adb7fb6dded91d23749feb (patch) | |
tree | a0c9696e0a5abc352e476af0319bd857bfeed378 /hash.c | |
parent | 58dec9625cc705fd9be6dc1ea20e232303e9c32d (diff) |
fix spelling
Closes: https://github.com/ruby/ruby/pull/2323
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4767,8 +4767,8 @@ rb_f_getenv(VALUE obj, VALUE name) * * Retrieves the environment variable +name+. * - * If the given name does not exist and neither +default+ nor a block a - * provided an KeyError is raised. If a block is given it is called with + * If the given name does not exist and neither +default+ nor a block is + * provided, a KeyError is raised. If a block is given it is called with * the missing name to provide a value. If a default value is given it will * be returned when no block is given. */ |