From ee27047f6d7b1c22f083b7084d3572afdac75dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Fischer?= Date: Tue, 7 Oct 2025 12:38:16 -0300 Subject: [PATCH] Fix typo in src/coding-guidelines/macros.rst CC @plaindocs so that you can cherrypick --- src/coding-guidelines/macros.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coding-guidelines/macros.rst b/src/coding-guidelines/macros.rst index 03751a0..6316073 100644 --- a/src/coding-guidelines/macros.rst +++ b/src/coding-guidelines/macros.rst @@ -479,7 +479,7 @@ Macros :status: draft The following is a macro refers to Vec using a global path. Even if there is a different struct called - `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 Standard Library. .. code-block:: rust