From 96e94b20139b112233a49461ed9eafad0b66da93 Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Sun, 19 Apr 2020 13:07:05 -0500 Subject: [PATCH] Typo --- src/doc/rustc-dev-guide/src/diagnostics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc-dev-guide/src/diagnostics.md b/src/doc/rustc-dev-guide/src/diagnostics.md index 51d6c27ae395..2212fc790dbf 100644 --- a/src/doc/rustc-dev-guide/src/diagnostics.md +++ b/src/doc/rustc-dev-guide/src/diagnostics.md @@ -54,7 +54,7 @@ LL | more code The text should be matter of fact and avoid capitalization and periods, unless multiple sentences are _needed_: -``` +```txt error: the fobrulator needs to be krontrificated ```