From 59225154b96203850720585aac9caabcb933ce17 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Tue, 18 Nov 2025 02:31:13 -0800 Subject: [PATCH] Fix a typographical error in the rustbook docs The `modules` anchor link was specified accidentally as `#modules1190` instead of `#modules`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72c8c2898a..9a3485b053 100644 --- a/README.md +++ b/README.md @@ -771,7 +771,7 @@ Available recipes: lint ``` -Recipes in [submodules](#modules1190) can be listed with `just --list PATH`, +Recipes in [submodules](#modules) can be listed with `just --list PATH`, where `PATH` is a space- or `::`-separated module path: ```