Skip to content

Commit e1655a0

Browse files
committed
Fix typo
1 parent c2d184f commit e1655a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/doc_testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
6868

6969
## Motivation behind documentation tests
7070

71-
The main purpose of documentation tests is to serve as an examples that exercise
71+
The main purpose of documentation tests is to serve as examples that exercise
7272
the functionality, which is one of the most important
7373
[guidelines][question-instead-of-unwrap]. It allows using examples from docs as
7474
complete code snippets. But using `?` makes compilation fail since `main`

0 commit comments

Comments
 (0)