Update functions-for-nulls.md

This commit is contained in:
alexey-milovidov 2021-05-03 13:39:10 +03:00 committed by GitHub
parent 08f10dced0
commit 41a6fd677e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,7 @@ assumeNotNull(x)
**Returned values**
- The original value from the non-`Nullable` type, if it is not `NULL`.
- The default value for the non-`Nullable` type if the original value was `NULL`.
- Implementation specific result if the original value was `NULL`.
**Example**