From 48e77c4c73d9c7561544420292aa2cbe576ce251 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Wed, 19 Jan 2022 21:08:42 -0500 Subject: [PATCH] Fix typo in spec.md --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index dbc18cbf..aa3fcd65 100644 --- a/spec.md +++ b/spec.md @@ -105,7 +105,7 @@ The former query includes in its results all directories that contain only non-t The latter query does not include such directories in its results: the optional `out_Directory_ContainsFile` edge exists for such directories, but points to non-text files which get filtered out by the subsequent `@filter`. -### Parameterized edges marked `@optional` +### Parameterized edges marked `@recurse` Consider the following two hypothetical filesystem queries: ```graphql