1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2015-12-22 17:18:59 +00:00
parent 6e767dd0ac
commit e6be17c74a
2 changed files with 6 additions and 1 deletions

View file

@ -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> Wed Dec 23 01:58:20 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* regexec.c (USE_DIRECT_THREADED_VM): enable direct threaded VM by * regexec.c (USE_DIRECT_THREADED_VM): enable direct threaded VM by

View file

@ -439,7 +439,7 @@ your working branch:
Now that you've got some code you want to contribute, let's get set up to 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 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. 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. on github.
Next copy the writable url for your fork and add it as a git remote, replace Next copy the writable url for your fork and add it as a git remote, replace