From 9cebae577e25a819a3b479a19bf0141f509cc3d9 Mon Sep 17 00:00:00 2001 From: dom96 Date: Thu, 24 Jan 2013 09:01:51 -0800 Subject: [PATCH] Updated Tips and tricks (textile) --- Tips-and-tricks.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tips-and-tricks.textile b/Tips-and-tricks.textile index 5a3bd2a..944dded 100644 --- a/Tips-and-tricks.textile +++ b/Tips-and-tricks.textile @@ -1,7 +1,7 @@ -h1. Using reserved words as identifiers +h2. Using reserved words as identifiers * You can use the slanted quote string syntax if you need to use a reserved word as an identifier: var `type`: int -h1. Tricks with conditional compilation +h2. Tricks with conditional compilation
 const someFeature = True