Skip to content

Commit 6f81b27

Browse files
SeokhunEomtargos
authored andcommitted
doc: fix typo in writing-test.md
Corrects the misspelling of "optimial" to "optimal". PR-URL: #59123 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 88e434e commit 6f81b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contributing/writing-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See [directory structure overview][] for outline of existing test and locations.
2424

2525
## How to write a good test
2626

27-
A good test should be written in a style that is optimial for debugging
27+
A good test should be written in a style that is optimal for debugging
2828
when it fails.
2929

3030
In principle, when adding a new test, it should be placed in a new file.

0 commit comments

Comments
 (0)