Skip to content

Commit 0d91060

Browse files
committed
cleanup docs
1 parent 052dfbf commit 0d91060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

USAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Will only display:
8181
int a = 1;
8282
```
8383

84-
Notice that documentation tests don't need a `main` function, this is because documentation tests run by default in `main`, to disable this behavior one must set the codeblock language to `nomain` instead of `c++` or `cpp`.
84+
Notice that documentation tests don't need a `main` function, this is because documentation tests run by default in `main`. To disable this behavior one must set the codeblock language to `nomain` instead of `c++` or `cpp`.
8585

8686

8787
### Test framework

0 commit comments

Comments
 (0)