Fixed typo in manual.rst unsafeAssign->uncheckedAssign. Fixes part 1 of #19266 (#19267)

(cherry picked from commit 610516e027)
This commit is contained in:
Don-Duong Quach
2021-12-17 11:58:31 -08:00
committed by narimiran
parent 8aec198abc
commit f4e41e6c4f

View File

@@ -1899,7 +1899,7 @@ A small example:
cast uncheckedAssign
--------------------
Some restrictions for case objects can be disabled via a `{.cast(unsafeAssign).}` section:
Some restrictions for case objects can be disabled via a `{.cast(uncheckedAssign).}` section:
.. code-block:: nim
:test: "nim c $1"