Skip to content

Commit 0b0cf8a

Browse files
committed
Merge pull request bbatsov#39 from JuanitoFatas/fix-toc
Fix Table of Content's Order
2 parents 8cc1886 + 070d3a3 commit 0b0cf8a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ You can generate a PDF or an HTML copy of this guide using
3030
* [Source Code Layout & Organization](#source-code-layout--organization)
3131
* [Syntax](#syntax)
3232
* [Naming](#naming)
33-
* [Comments](#comments)
34-
* [Comment Annotations](#comment-annotations)
35-
* [Exceptions](#exceptions)
3633
* [Collections](#collections)
3734
* [Mutation](#mutation)
3835
* [Strings](#strings)
39-
* [Regular Expressions](#regular-expressions)
36+
* [Exceptions](#exceptions)
4037
* [Macros](#macros)
38+
* [Comments](#comments)
39+
* [Comment Annotations](#comment-annotations)
4140
* [Existential](#existential)
4241

4342
## Source Code Layout & Organization

0 commit comments

Comments
 (0)