From 39f66e4c36b44b1d0c78bc870f2f9e8a2b63fcd6 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sat, 21 Jan 2023 16:36:48 -0800 Subject: [PATCH] Fix grammar in the description. --- README.md | 2 +- gemspec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c2683912..1b6e93425 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Description ronin-support is a support library for [Ronin][ronin-rb]. ronin-support provides -many Core Extensions to Ruby's built-in classes as well as it's own +many Core Extensions to Ruby's built-in classes as well as its own Classes/Modules. ronin-support can be used by other Ruby libraries, tools, or [scripts](#examples). diff --git a/gemspec.yml b/gemspec.yml index c43039396..7fbde2944 100644 --- a/gemspec.yml +++ b/gemspec.yml @@ -2,7 +2,7 @@ name: ronin-support summary: A support library for ronin-rb. description: | ronin-support is a support library for ronin-rb. ronin-support provides - many Core Extensions to Ruby's built-in classes as well as it's own + many Core Extensions to Ruby's built-in classes as well as its own Classes/Modules. ronin-support can be used by other Ruby libraries, tools, or scripts.