Skip to content

Commit 8fb9f0a

Browse files
authored
Fix spelling in macro aspects doc
1 parent c76d490 commit 8fb9f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/macros/aspect-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ iterative.
129129
### Modular compilation
130130

131131
Aspect Macros may be ran modularly, which may require merging of generated
132-
declarations at link time. Esssentially, the result of each module should have
132+
declarations at link time. Essentially, the result of each module should have
133133
a table of all the outputs of the Aspect Macros it had to run, and if multiple
134134
dependency modules ran on the same Aspect Module + Declaration pair, the results
135135
should be deduplicated when reading them in.

0 commit comments

Comments
 (0)