Skip to content

Commit

Permalink
Fix typo in spec.md
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Jan 20, 2022
1 parent c1a4ff4 commit 48e77c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48e77c4

Please sign in to comment.