Skip to content

Commit 86b0514

Browse files
committed
Enhanced RDoc for Net::HTTPHeader
1 parent ef0ef53 commit 86b0514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/http/header.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def get_fields(key)
272272

273273
# :call-seq
274274
# fetch(key, default_val = nil) {|key| ... } -> object
275-
# fetch(key, default_val = nil) value or default_val
275+
# fetch(key, default_val = nil) -> value or default_val
276276
#
277277
# With a block, returns the string value for +key+ if it exists;
278278
# otherwise returns the value of the block;

0 commit comments

Comments
 (0)