We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb143a commit 3c782bbCopy full SHA for 3c782bb
src/coding-guidelines/macros.rst
@@ -479,7 +479,7 @@ Macros
479
:status: draft
480
481
The following is a macro refers to Vec using a global path. Even if there is a different struct called
482
- `Vec` defined in the scope of the macro usage, this macro will unambigiously use the `Vec` from the
+ `Vec` defined in the scope of the macro usage, this macro will unambiguously use the `Vec` from the
483
Standard Library.
484
485
.. code-block:: rust
0 commit comments