Skip to content

Commit e0c8705

Browse files
authored
Update configuration-options.adoc (#73)
1 parent e754d06 commit e0c8705

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fixture/configuration-options.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

346346
It is also possible to define and implement your own nullability strategy by

0 commit comments

Comments
 (0)