Add suggested note for summary

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
boyned//Kampfkarren 2021-11-05 14:21:14 -07:00 committed by GitHub
parent b432671979
commit 3fe5e18f8b
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,8 @@
## Summary
Introduce syntax to navigate through `nil` values.
Introduce syntax to navigate through `nil` values, or short-circuit with `nil` if it was encountered.
## Motivation