summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMateusz Konieczny <matkoniecz@gmail.com>2017-04-16 20:08:22 +0200
committerDaijiro Wachi <daijiro.wachi@gmail.com>2017-04-17 16:10:02 +0200
commit6724f780f955503f686c2ff7c5c3e0cfd27b7631 (patch)
treef6ce36ed261f472b73741180f46678eb10c96d63 /CONTRIBUTING.md
parent189afc8dc2a4a01e6e97493e167ad6d2db6ff065 (diff)
downloadandroid-node-v8-6724f780f955503f686c2ff7c5c3e0cfd27b7631.tar.gz
android-node-v8-6724f780f955503f686c2ff7c5c3e0cfd27b7631.tar.bz2
android-node-v8-6724f780f955503f686c2ff7c5c3e0cfd27b7631.zip
doc: add missing ) in CONTRIBUTING.md
PR-URL: https://github.com/nodejs/node/pull/12444 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9480944c31..6d78f2c253 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,7 +62,7 @@ does not align with the project team. (Node.js has two IRC channels:
[#Node.js](http://webchat.freenode.net/?channels=node.js) for general help and
questions, and
[#Node-dev](http://webchat.freenode.net/?channels=node-dev) for development of
-Node.js core specifically.
+Node.js core specifically).
For instructions on updating the version of V8 included in the *deps/*
directory, please refer to [the Maintaining V8 in Node.js guide](https://github.com/nodejs/node/blob/master/doc/guides/maintaining-V8.md).