We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e7d3c commit 8194951Copy full SHA for 8194951
working/wildcards/feature-specification.md
@@ -166,7 +166,7 @@ because the function is unreachable.
166
167
```dart
168
// a.dart
169
-extension on String {
+extension ExtendedString on String {
170
bool get isBlank => trim().isEmpty;
171
}
172
```
@@ -180,8 +180,8 @@ main() {
180
181
182
183
-Import prefixes named `_` are non-binding and will provide access to the
184
-extensions in that library.
+Import prefixes named `_` are non-binding but will provide access to the
+non-private extensions in that library.
185
186
### Other declarations
187
0 commit comments