From 83551dd3798e8f0b4ff792cbfbb7ecc6a28dc4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Fischer?= Date: Sat, 4 Oct 2025 17:27:25 -0300 Subject: [PATCH] Fix typo in src/coding-guidelines/macros.rst --- 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