Skip to content

Commit 2ef1d6c

Browse files
committed
Address review comments.
1 parent 73113e4 commit 2ef1d6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

working/macros/feature-specification.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ whatever the application order. In most cases this achieved by the split into
273273
phases: within each phase macros can run in any order because the output is not
274274
visible to other macros until the next phase. As a special case, introspection
275275
of types in Phase 2 waits as needed for other macro applications to complete,
276-
failing if there are cycles.
276+
failing if there is a cycle.
277+
278+
TODO: give an example of a cycle.
277279
278280
### Augmentation library structure and ordering
279281

0 commit comments

Comments
 (0)