Skip to content

Commit

Permalink
[ci skip]Fix return type on RbConfig.fire_update!
Browse files Browse the repository at this point in the history
  • Loading branch information
Taki authored and nobu committed Mar 21, 2020
1 parent be76e86 commit b2041c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/mkconfig.rb
Expand Up @@ -333,8 +333,8 @@ def RbConfig::expand(val, config = CONFIG)
# :nodoc:
# call-seq:
#
# RbConfig.fire_update!(key, val) -> string
# RbConfig.fire_update!(key, val, mkconf, conf) -> string
# RbConfig.fire_update!(key, val) -> array
# RbConfig.fire_update!(key, val, mkconf, conf) -> array
#
# updates +key+ in +mkconf+ with +val+, and all values depending on
# the +key+ in +mkconf+.
Expand Down

0 comments on commit b2041c8

Please sign in to comment.