Skip to content

Commit a2cf437

Browse files
committed
Fix any wrong in messages
1 parent d2363ca commit a2cf437

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readline.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
66

77
spec.summary = %q{It's a loader for "readline".}
88
spec.description = <<~EOD
9-
This is just loader for "readline". If Ruby has "readline-ext" gem that
10-
is a native extension, this gem will load its first. If Ruby doesn't have
9+
This is just a loader for "readline". If Ruby has "readline-ext" gem that
10+
is a native extension, this gem will load it first. If Ruby doesn't have
1111
the "readline-ext" gem this gem will load "reline" that is a compatible
1212
library with "readline-ext" gem and is implemented by pure Ruby.
1313
EOD
@@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
1818
spec.require_paths = ['lib']
1919

2020
spec.post_install_message = <<~EOM
21-
This is just loader for "readline". If Ruby has "readline-ext" gem that
22-
is a native extension, this gem will load its first. If Ruby doesn't have
21+
This is just a loader for "readline". If Ruby has "readline-ext" gem that
22+
is a native extension, this gem will load it first. If Ruby doesn't have
2323
the "readline-ext" gem this gem will load "reline" that is a compatible
2424
library with "readline-ext" gem and is implemented by pure Ruby.
2525

0 commit comments

Comments
 (0)