File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -334,13 +334,13 @@ val fixture = kotlinFixture {
334334[%collapsible]
335335====
336336`link:src/main/kotlin/com/appmattus/kotlinfixture/decorator/nullability/NeverNullStrategy.kt[NeverNullStrategy]`::
337- populate nullable values with a non-null value.
337+ populate nullable types with a non-null value.
338338
339339`link:src/main/kotlin/com/appmattus/kotlinfixture/decorator/nullability/AlwaysNullStrategy.kt[AlwaysNullStrategy]`::
340- populate nullable values with `null`.
340+ populate nullable types with `null`.
341341
342342`link:src/main/kotlin/com/appmattus/kotlinfixture/decorator/nullability/RandomlyNullStrategy.kt[RandomlyNullStrategy]`::
343- populate nullable values randomly with `null`.
343+ populate nullable types randomly with `null`.
344344====
345345
346346It is also possible to define and implement your own nullability strategy by
You can’t perform that action at this time.
0 commit comments