We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73113e4 commit 2ef1d6cCopy full SHA for 2ef1d6c
working/macros/feature-specification.md
@@ -273,7 +273,9 @@ whatever the application order. In most cases this achieved by the split into
273
phases: within each phase macros can run in any order because the output is not
274
visible to other macros until the next phase. As a special case, introspection
275
of types in Phase 2 waits as needed for other macro applications to complete,
276
-failing if there are cycles.
+failing if there is a cycle.
277
+
278
+TODO: give an example of a cycle.
279
280
### Augmentation library structure and ordering
281
0 commit comments