summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 17:18:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 17:18:59 +0000
commite6be17c74a42033e3f685456a0ab195e77620b8f (patch)
treef7b42af10bc7edb5684869cb847dcb0cf4416642
parent6e767dd0acf12312a040ad20a3ac64c02a3e602d (diff)
Fix typo in contributing docs [ci skip]
* doc/contributing.rdoc: [DOC] remove an extra word "here". [Fix GH-1169] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--doc/contributing.rdoc2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 03168b84e6..1b23cf0046 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 23 02:18:57 2015 Jake Worth <jakeworth82@gmail.com>
+
+ * doc/contributing.rdoc: [DOC] remove an extra word "here".
+ [Fix GH-1169]
+
Wed Dec 23 01:58:20 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* regexec.c (USE_DIRECT_THREADED_VM): enable direct threaded VM by
diff --git a/doc/contributing.rdoc b/doc/contributing.rdoc
index c984fcb334..6176ba64dc 100644
--- a/doc/contributing.rdoc
+++ b/doc/contributing.rdoc
@@ -439,7 +439,7 @@ your working branch:
Now that you've got some code you want to contribute, let's get set up to
generate a patch. Start by forking the github mirror, check the {github docs on
forking}[https://help.github.com/articles/fork-a-repo] if you get stuck here.
-here. You will only need a github account if you intend to host your repository
+You will only need a github account if you intend to host your repository
on github.
Next copy the writable url for your fork and add it as a git remote, replace