ruby-changes:41177
From: nobu <ko1@a...>
Date: Wed, 23 Dec 2015 02:19:12 +0900 (JST)
Subject: [ruby-changes:41177] nobu:r53249 (trunk): Fix typo in contributing docs [ci skip]
nobu 2015-12-23 02:18:59 +0900 (Wed, 23 Dec 2015) New Revision: 53249 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53249 Log: Fix typo in contributing docs [ci skip] * doc/contributing.rdoc: [DOC] remove an extra word "here". [Fix GH-1169] Modified files: trunk/ChangeLog trunk/doc/contributing.rdoc Index: doc/contributing.rdoc =================================================================== --- doc/contributing.rdoc (revision 53248) +++ doc/contributing.rdoc (revision 53249) @@ -439,7 +439,7 @@ your working branch: https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L439 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 Index: ChangeLog =================================================================== --- ChangeLog (revision 53248) +++ ChangeLog (revision 53249) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Dec 23 02:18:57 2015 Jake Worth <jakeworth82@g...> + + * doc/contributing.rdoc: [DOC] remove an extra word "here". + [Fix GH-1169] + Wed Dec 23 01:58:20 2015 Nobuyoshi Nakada <nobu@r...> * regexec.c (USE_DIRECT_THREADED_VM): enable direct threaded VM by -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/