Skip to content

Commit f154933

Browse files
felix91grplaindocs
authored andcommitted
Fix typo in src/coding-guidelines/macros.rst (#206)
1 parent ae17735 commit f154933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coding-guidelines/macros.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Macros
479479
:status: draft
480480

481481
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
482+
`Vec` defined in the scope of the macro usage, this macro will unambiguously use the `Vec` from the
483483
Standard Library.
484484

485485
.. code-block:: rust

0 commit comments

Comments
 (0)