Skip to content

Commit 81a8f06

Browse files
committed
Fix typo.
1 parent 47c92bf commit 81a8f06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

working/augmentation-libraries/parts_with_imports.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ augmentations, a structured and capable way to add new code, including new
5151
imports and new exports, to a library.
5252

5353
Finally, we take this opportunity to disallow the legacy
54-
`part of library.name;` notation ([#2358][]). It won’t work some of the added
55-
features, and the Dart language is moving away from giving libraries names.
54+
`part of library.name;` notation ([#2358][]). It won’t work with some of
55+
the added features, and the Dart language is moving away from
56+
giving libraries names.
5657

5758
[#252]: https://github.com/dart-lang/language/issues/252 "Partial classes and methods"
5859
[#678]: https://github.com/dart-lang/language/issues/678 "Partial classes"

0 commit comments

Comments
 (0)