summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2020-12-16 13:06:53 +0100
committerGitHub <noreply@github.com>2020-12-16 13:06:53 +0100
commit1b9941782a2a15b8fb87d12123f43b36e3f0c09d (patch)
treecfd833ada3089460a0b57ca8ea5f3915265c4909
parentc30183311113908e697d05f873264aad246f24c8 (diff)
downloadjson-1b9941782a2a15b8fb87d12123f43b36e3f0c09d.tar.gz
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",