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