From d709ca37928ecc8b8e89e31d8b894a12eeb27367 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Wed, 5 Aug 2026 12:58:32 -0700 Subject: [PATCH] syntax-highlighting.md: update language about theme improvements Given that the project has multiple contributor, replace "I will" (where the speaker is unclear) with "the team will". --- guide/src/format/theme/syntax-highlighting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/format/theme/syntax-highlighting.md b/guide/src/format/theme/syntax-highlighting.md index 069c568957..0bcfbbb544 100644 --- a/guide/src/format/theme/syntax-highlighting.md +++ b/guide/src/format/theme/syntax-highlighting.md @@ -84,7 +84,7 @@ Now your theme will be used instead of the default theme. If you think the default theme doesn't look quite right for a specific language, or could be improved, feel free to [submit a new issue](https://github.com/rust-lang/mdBook/issues) explaining what you -have in mind and I will take a look at it. +have in mind and the team will take a look at it. You could also create a pull-request with the proposed improvements.