Skip to content

Commit

Permalink
Fixed typo in manual.rst unsafeAssign->uncheckedAssign. Fixes part 1 of
Browse files Browse the repository at this point in the history
  • Loading branch information
geekrelief authored Dec 17, 2021
1 parent 3d9b6cf commit 610516e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,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"
Expand Down

0 comments on commit 610516e

Please sign in to comment.