From 56a0215cee560d0b3ac0e849c5b856705fbff1b9 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 8 Jun 2024 04:09:50 +0200 Subject: [PATCH] typo --- src/rust-2018/path-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust-2018/path-changes.md b/src/rust-2018/path-changes.md index 60bf115..a8fce63 100644 --- a/src/rust-2018/path-changes.md +++ b/src/rust-2018/path-changes.md @@ -207,7 +207,7 @@ mod submodule { ``` If you have a local module or item with the same name as an external crate, a -path begining with that name will be taken to refer to the local module or +path beginning with that name will be taken to refer to the local module or item. To explicitly refer to the external crate, use the `::name` form.