From 35d7b08a5452c4c5504d4ce042fe46a9f91c2624 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 2 Feb 2022 13:20:16 +0100 Subject: [PATCH] Fix typo in gem description [ci skip] --- net-protocol.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-protocol.gemspec b/net-protocol.gemspec index 0e126b9..9da4d47 100644 --- a/net-protocol.gemspec +++ b/net-protocol.gemspec @@ -13,8 +13,8 @@ Gem::Specification.new do |spec| spec.authors = ["Yukihiro Matsumoto"] spec.email = ["matz@ruby-lang.org"] - spec.summary = %q{The abstruct interface for net-* client.} - spec.description = %q{The abstruct interface for net-* client.} + spec.summary = %q{The abstract interface for net-* client.} + spec.description = %q{The abstract interface for net-* client.} spec.homepage = "https://github.com/ruby/net-protocol" spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0") spec.licenses = ["Ruby", "BSD-2-Clause"]