From 3fe5e18f8b17fbcb4f54ee05a0ecec74e586ab85 Mon Sep 17 00:00:00 2001
From: boyned//Kampfkarren <boynedmaster@gmail.com>
Date: Fri, 5 Nov 2021 14:21:14 -0700
Subject: [PATCH] Add suggested note for summary

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
---
 rfcs/syntax-nil-navigation-operator.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rfcs/syntax-nil-navigation-operator.md b/rfcs/syntax-nil-navigation-operator.md
index 0360aa02..3f4e6838 100644
--- a/rfcs/syntax-nil-navigation-operator.md
+++ b/rfcs/syntax-nil-navigation-operator.md
@@ -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