Skip to content

Commit 8a9de1b

Browse files
b0yfriendaddaleax
authored andcommitted
doc: fix typo in using-internal-errors.md
Change "messasge" to "message". PR-URL: #14429 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 50447e8 commit 8a9de1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guides/using-internal-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ codes.
7070
## Testing new errors
7171

7272
When adding a new error, corresponding test(s) for the error message
73-
formatting may also be required. If the messasge for the error is a
73+
formatting may also be required. If the message for the error is a
7474
constant string then no test is required for the error message formatting
7575
as we can trust the error helper implementation. An example of this kind of
7676
error would be:

0 commit comments

Comments
 (0)