Thanks to visit codestin.com
Credit goes to github.com

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 <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
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)