Skip to content

Commit 13bf983

Browse files
authored
Fix typo in parts-with-imports spec.
1 parent ed1df0e commit 13bf983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

working/augmentation-libraries/parts_with_imports.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,9 @@ the Dart file, or if the file is a *sub-part* of a file included by the
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
367-
which includes a file from the cycle, the including file is not the parent
368-
of that file.
369-
The rule is included to as a help to tools that try to analyzer Dart code
367+
reachable from a library file which includes a file from the cycle,
368+
the including file is not the parent of that file.
369+
The rule is included as a help to tools that try to analyzer Dart code
370370
starting at individual files, they can then assume that either a part file
371371
has an ancestor which is a library file, or there is a compile-time error.
372372
Or an infinite number of part files.)

0 commit comments

Comments
 (0)