From 57cd3410f9714ea807ae6892aab1029985f08ab7 Mon Sep 17 00:00:00 2001 From: Bruno Henriques Date: Fri, 27 Nov 2015 18:12:52 +0000 Subject: [PATCH] Fix links to C++ guide --- javascriptguide.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascriptguide.xml b/javascriptguide.xml index a80a032..a33ae48 100644 --- a/javascriptguide.xml +++ b/javascriptguide.xml @@ -980,7 +980,7 @@ Expand for more information. -

We follow the C++ formatting +

We follow the C++ formatting rules in spirit, with the following additional clarifications.

Because of implicit semicolon insertion, always start your curly @@ -2215,7 +2215,7 @@

We follow the - + C++ style for comments in spirit.