From e6be17c74a42033e3f685456a0ab195e77620b8f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 22 Dec 2015 17:18:59 +0000 Subject: 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 --- ChangeLog | 5 +++++ doc/contributing.rdoc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * doc/contributing.rdoc: [DOC] remove an extra word "here". + [Fix GH-1169] + Wed Dec 23 01:58:20 2015 Nobuyoshi Nakada * 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 -- cgit v1.2.3