diff options
author | flywind <xzsflywind@gmail.com> | 2021-07-20 20:12:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 20:12:15 +0800 |
commit | dbf8d0b8946419311ac710b1adc995ad206b52c1 (patch) | |
tree | 26221e32b37311f2bc329b0de1160855bb2308a7 /changelogs | |
parent | 6286b5599c7d9fc03f3a6809f5c17fbefc23427e (diff) | |
download | Nim-dbf8d0b8946419311ac710b1adc995ad206b52c1.tar.gz |
use more `.}` (#18542)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changelog_0_19_0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/changelog_0_19_0.md b/changelogs/changelog_0_19_0.md index 18d3ca2b3..45cefe933 100644 --- a/changelogs/changelog_0_19_0.md +++ b/changelogs/changelog_0_19_0.md @@ -15,7 +15,7 @@ at runtime. Use ``ref object`` with inheritance rather than ``object`` with inheritance to prevent this issue. - The ``not nil`` type annotation now has to be enabled explicitly - via ``{.experimental: "notnil"}`` as we are still not pleased with how this + via ``{.experimental: "notnil".}`` as we are still not pleased with how this feature works with Nim's containers. - The parser now warns about inconsistent spacing around binary operators as these can easily be confused with unary operators. This warning will likely |