Skip to content

Commit d5975ca

Browse files
authored
Add missing word (#1952)
1 parent d16d1e5 commit d5975ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/augmentation-libraries/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ each file is made of separate top-level declarations.
1818

1919
However, sometimes a single *class* declaration is too large to fit comfortably
2020
in a file. Dart libraries and even part files are no help there. Because of
21-
this, users have asked for something partial classes in C# ([#252][] 45 👍,
21+
this, users have asked for something like partial classes in C# ([#252][] 45 👍,
2222
[#678][] 15 👍). C# also supports splitting [the declaration and implementation
2323
of methods into separate files][partial].
2424

0 commit comments

Comments
 (0)