Skip to content

Commit

Permalink
Update hugo/content/docs/recipes/scoping/file-based.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Sujew <[email protected]>
  • Loading branch information
Lotes and msujew authored Aug 6, 2024
1 parent f68853c commit 52034a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hugo/content/docs/recipes/scoping/file-based.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ FileImport: //NEW: imports of the same file are gathered in a list
'}' 'from' file=STRING;
PersonImport:
person=[Person:ID] ('as' name=ID)?
;
person=[Person:ID] ('as' name=ID)?;
Person:
published?='export'? 'person' name=ID; //NEW: export keyword
Expand Down

0 comments on commit 52034a2

Please sign in to comment.