Skip to content

Commit c9c1768

Browse files
authored
Fix a typo in Pathname#blank? documentation [ci-skip]
1 parent 13d75c4 commit c9c1768

File tree

1 file changed

+1
-1
lines changed
  • activesupport/lib/active_support/core_ext/pathname

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/core_ext/pathname/blank.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Pathname
77
#
88
# Pathname.new("").blank? # => true
99
# Pathname.new(" ").blank? # => false
10-
# Pathname.new("test).blank? # => false
10+
# Pathname.new("test").blank? # => false
1111
#
1212
# @return [true, false]
1313
def blank?

0 commit comments

Comments
 (0)