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
#19266 (#19267)

(cherry picked from commit 610516e)
  • Loading branch information
geekrelief authored and narimiran committed Dec 18, 2021
1 parent 8aec198 commit f4e41e6
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 @@ -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"
Expand Down

0 comments on commit f4e41e6

Please sign in to comment.