From 9360cbc7b7d1264a6f3edccd2a90eb0a5af535e4 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 3 May 2021 12:44:33 -0700 Subject: [PATCH] it->behavior --- rfcs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/README.md b/rfcs/README.md index 815a8db3..b3e9c424 100644 --- a/rfcs/README.md +++ b/rfcs/README.md @@ -13,7 +13,7 @@ Whenever new syntax is introduced, we need to ask: For changes in semantics, we should be asking: -- Is it easy to understand and non-surprising? +- Is behavior easy to understand and non-surprising? - Can it be implemented performantly today? - Can it be sandboxed assuming malicious usage? - Is it compatible with type checking and other forms of static analysis?