Skip to content

Commit 109c6de

Browse files
committed
Fix for struct initialization code.
1 parent 889c517 commit 109c6de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/runner.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ By default, Fox generates **500 tests per assertion** with a **maximum size of
5050
we can provide optional configuration by using the ``FOXOptions``::
5151

5252
FOXAssertWithOptions(FOXForAll(...), (FOXOptions){
53-
seed=5, // default: time(NULL)
54-
numberOfTests=1000, // default: 500
55-
maximumSize=100, // default: 200
53+
.seed=5, // default: time(NULL)
54+
.numberOfTests=1000, // default: 500
55+
.maximumSize=100, // default: 200
5656
});
5757

5858
Global Configuration

0 commit comments

Comments
 (0)