Skip to content

Commit 35d7b08

Browse files
authored
Fix typo in gem description [ci skip]
1 parent c154286 commit 35d7b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net-protocol.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
1313
spec.authors = ["Yukihiro Matsumoto"]
1414
spec.email = ["matz@ruby-lang.org"]
1515

16-
spec.summary = %q{The abstruct interface for net-* client.}
17-
spec.description = %q{The abstruct interface for net-* client.}
16+
spec.summary = %q{The abstract interface for net-* client.}
17+
spec.description = %q{The abstract interface for net-* client.}
1818
spec.homepage = "https://github.com/ruby/net-protocol"
1919
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
2020
spec.licenses = ["Ruby", "BSD-2-Clause"]

0 commit comments

Comments
 (0)