This commit is contained in:
Robert Schulze 2023-06-02 11:14:52 +00:00
parent f6da66cbb8
commit 572f15b2cd
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -245,7 +245,7 @@ assumeNotNull(x)
**Returned values**
- The input value as non-`Nullable` type, if it is not `NULL`.
- An arbirary value, if the input value is `NULL`.
- An arbitrary value, if the input value is `NULL`.
**Example**