From 320e72b32dc3638baaa4bbc03ebc0d19a888785b Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Sun, 16 Apr 2017 20:08:22 +0200 Subject: [PATCH] doc: add missing ) in CONTRIBUTING.md PR-URL: https://github.com/nodejs/node/pull/12444 Reviewed-By: Anna Henningsen Reviewed-By: Benjamin Gruenbaum Reviewed-By: Daijiro Wachi Reviewed-By: Colin Ihrig Reviewed-By: Vse Mozhet Byt Reviewed-By: Gibson Fahnestock --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4daf126bd1..eb5533fed8 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).