Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 296 Bytes

1010.md

File metadata and controls

12 lines (7 loc) · 296 Bytes

1010

There was a cycle between files.

For instance, a cycle occurs if a group file attempts to include itself. As another example, a cycle also occurs if:

  • A group file X attempts to include a group file Y, and
  • that file Y also attempts to include X.

To fix

Break the cycle.