We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144a0f3 commit 93af7c9Copy full SHA for 93af7c9
posts/2021/12/error-message-style-guides.txt
@@ -65,7 +65,7 @@ The Racket guide proposes to use the following general structure for errors:
65
found instead.'
66
67
The Rust guides says to avoid "Did you mean?" and questions in general, and
68
-wants the compiler to instead be explicit why something was suggested. The
+wants the compiler to instead be explicit about why something was suggested. The
69
example the Rust guide gives is: 'Compare "did you mean: Foo" vs. "there is a
70
struct with a similar name: Foo".' Racket goes further and forbids
71
suggestions altogether because "Students will follow well‐meaning‐but‐wrong
0 commit comments