Skip to content

Commit ba62e6e

Browse files
authored
Update typecons.d
1 parent fb73b62 commit ba62e6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

std/typecons.d

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3445,9 +3445,9 @@ if (is (typeof(nullValue) == T))
34453445
/**
34463446
Unpacks the content of a $(D Nullable), performs an operation and packs it again. Does nothing if isNull.
34473447
3448-
When called on a $(D Nullable), `apply` will unpack the value contained in the $(D Nullable),
3449-
pass it to the function you provide and wrap the result in another $(D Nullable) (if necessary).
3450-
If the Nullable is null, `apply` will return null itself.
3448+
When called on a `Nullable`, `apply` will unpack the value contained in the `Nullable`,
3449+
pass it to the function you provide and wrap the result in another `Nullable` (if necessary).
3450+
If the `Nullable` is null, `apply` will return null itself.
34513451
34523452
Params:
34533453
t = a `Nullable`

0 commit comments

Comments
 (0)