From 3ce5f6eb44b31a93089db0d46d031b0bd689ba7d Mon Sep 17 00:00:00 2001 From: Alyssa Haroldsen Date: Thu, 13 Jul 2023 12:00:46 -0700 Subject: [PATCH] Correct `the` -> `there` typo in items.md --- src/doc/style-guide/src/items.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/style-guide/src/items.md b/src/doc/style-guide/src/items.md index 1e0e60248bf..de31e8a8799 100644 --- a/src/doc/style-guide/src/items.md +++ b/src/doc/style-guide/src/items.md @@ -282,7 +282,7 @@ impl SomeType { ... If the generics clause must be formatted across multiple lines, each parameter should have its own block-indented line, there should be newlines after the -opening bracket and before the closing bracket, and the should be a trailing +opening bracket and before the closing bracket, and there should be a trailing comma. ```rust