@@ -386,12 +386,12 @@ class ExtensionStore {
386
386
}
387
387
}
388
388
389
- /// Extends [ this] with all the extensions in [extensions] .
389
+ /// Extends ` this` with all the extensions in [extensions] .
390
390
///
391
- /// These extensions will extend all selectors already in [ this] , but they
391
+ /// These extensions will extend all selectors already in ` this` , but they
392
392
/// will *not* extend other extensions from [extensionStores] .
393
393
void addExtensions (Iterable <ExtensionStore > extensionStores) {
394
- // Extensions already in [ this] whose extenders are extended by
394
+ // Extensions already in ` this` whose extenders are extended by
395
395
// [extensions], and thus which need to be updated.
396
396
List <Extension >? extensionsToExtend;
397
397
@@ -966,8 +966,8 @@ class ExtensionStore {
966
966
return specificity;
967
967
}
968
968
969
- /// Returns a copy of [ this] that extends new selectors, as well as a map
970
- /// (with reference equality) from the selectors extended by [ this] to the
969
+ /// Returns a copy of ` this` that extends new selectors, as well as a map
970
+ /// (with reference equality) from the selectors extended by ` this` to the
971
971
/// selectors extended by the new [ExtensionStore] .
972
972
(ExtensionStore , Map <SelectorList , Box <SelectorList >>) clone () {
973
973
var newSelectors = < SimpleSelector , Set <ModifiableBox <SelectorList >>> {};
0 commit comments