summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-17 13:55:16 +0900
committerGitHub <noreply@github.com>2020-12-17 13:55:16 +0900
commit68d573aa43c906a0c8d6ac0be634afa2c06455f1 (patch)
treecfd833ada3089460a0b57ca8ea5f3915265c4909
parentc30183311113908e697d05f873264aad246f24c8 (diff)
parent1b9941782a2a15b8fb87d12123f43b36e3f0c09d (diff)
downloadjson-68d573aa43c906a0c8d6ac0be634afa2c06455f1.tar.gz
Merge pull request #455 from olleolleolle/patch-1
gemspec: Fix a typo in RDoc title
-rw-r--r--json.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.gemspec b/json.gemspec
index 04d543f..7364794 100644
--- a/json.gemspec
+++ b/json.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.extensions = ["ext/json/ext/generator/extconf.rb", "ext/json/ext/parser/extconf.rb", "ext/json/extconf.rb"]
s.extra_rdoc_files = ["README.md"]
- s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
+ s.rdoc_options = ["--title", "JSON implementation for Ruby", "--main", "README.md"]
s.files = [
".gitignore",
".travis.yml",