diff options
author | Zed <zestyr@users.noreply.github.com> | 2019-04-23 08:40:20 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-04-23 08:40:20 +0200 |
commit | 3b4952da94ec3e9bdb40e092888f966c3e2b5fb3 (patch) | |
tree | 5bf9aeef15a30635a24e03beb310e293457df6ed /lib/pure/htmlgen.nim | |
parent | 4f9366975441be889a8cd4fbfb4e41f6830dc542 (diff) | |
download | Nim-3b4952da94ec3e9bdb40e092888f966c3e2b5fb3.tar.gz |
Fix header inconsistencies in documentation (#11071)
Diffstat (limited to 'lib/pure/htmlgen.nim')
-rw-r--r-- | lib/pure/htmlgen.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pure/htmlgen.nim b/lib/pure/htmlgen.nim index fca78fb0f..fd6432bae 100644 --- a/lib/pure/htmlgen.nim +++ b/lib/pure/htmlgen.nim @@ -16,7 +16,8 @@ ## generator. Each commonly used HTML tag has a corresponding macro ## that generates a string with its HTML representation. ## -## Example: +## Examples +## ======== ## ## .. code-block:: Nim ## var nim = "Nim" |