diff options
author | Araq <rumpf_a@web.de> | 2019-05-04 23:32:28 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-05-05 00:04:06 +0200 |
commit | 6ed1f2b93993599dd26452696bca609f102f0b41 (patch) | |
tree | bfad08059afb9603493727107e7852f3bca18388 /doc/sets_fragment.txt | |
parent | 70f5d7fc426b182bffca6fa783f40f22357324ef (diff) | |
download | Nim-6ed1f2b93993599dd26452696bca609f102f0b41.tar.gz |
docs: minor subjective improvement
Diffstat (limited to 'doc/sets_fragment.txt')
-rw-r--r-- | doc/sets_fragment.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/sets_fragment.txt b/doc/sets_fragment.txt index e9cb4fa90..d3f7e58fd 100644 --- a/doc/sets_fragment.txt +++ b/doc/sets_fragment.txt @@ -80,6 +80,7 @@ Enum, sets and casting can be used together as in: Note how the set turns enum values into powers of 2. -For interoperability with C see the `bitsize pragma <#implementation-specific-pragmas-bitsize-pragma>`_ instead. - If using enums and sets with C, use distinct cint. + +For interoperability with C see also the +`bitsize pragma <#implementation-specific-pragmas-bitsize-pragma>`_. |