Skip to content

Commit ed1df0e

Browse files
authored
Anchor without underline
1 parent 64906bd commit ed1df0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

working/augmentation-libraries/parts_with_imports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ the Dart file, or if the file is a *sub-part* of a file included by the
359359
*included by* relation. We’ll refer to it by saying either that one Dart
360360
file is an ancestor file of another part file, or that a part file is a
361361
sub-part of another Dart file.
362-
* <a name="part_cycle">_It’s a compile-time error if a part file is a sub-part
363-
of itself._</a>
362+
* <a name="part_cycle"></a>_It’s a compile-time error if a part file is a sub-part
363+
of itself._
364364
That is, if the *includes* relation has a cycle. This is not a *necessary*
365365
error from the language's perspective, since no library can contain such a
366366
part file without introducing another error; at the first `part` directive

0 commit comments

Comments
 (0)