From e52d0360000c5e70987d337ab1b5aec016a51875 Mon Sep 17 00:00:00 2001 From: James Napora <85808999+TheGreatSageEqualToHeaven@users.noreply.github.com> Date: Sun, 13 Feb 2022 16:38:12 -0800 Subject: [PATCH] Update syntax-list-comprehensions.md --- rfcs/syntax-list-comprehensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/syntax-list-comprehensions.md b/rfcs/syntax-list-comprehensions.md index f764c43e..71830b2e 100644 --- a/rfcs/syntax-list-comprehensions.md +++ b/rfcs/syntax-list-comprehensions.md @@ -62,4 +62,4 @@ let vector = c![x, for x in 1..10, if x % 2 == 0]; ``` ### Function syntax -List comprehensions could be implemented as functions like ``table.map`` or ``table.filter`` +List comprehensions could be implemented as functions with ``table.map`` or ``table.filter``