Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jan 19, 2024
1 parent a9e2d87 commit f43b57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ GetNewDeferredFragments(newDeferUsages, path, deferMap):
- Let {newDeferMap} be a new unordered map of Defer Usage records to Deferred
Fragment records containing all of the entries in {deferMap}.
- For each {deferUsage} in {newDeferUsages}:
- Let {parentDeferUsage} be the corresponding entry on {deferUsage.}
- Let {parentDeferUsage} be the corresponding entry on {deferUsage}.
- Let {parent} be the entry in {deferMap} for {parentDeferUsage}.
- Let {label} be the corresponding entry on {deferUsage}.
- Let {newDeferredFragment} be an unordered map containing {ancestors}, {path}
Expand Down

0 comments on commit f43b57f

Please sign in to comment.