Skip to content

Commit 97481d5

Browse files
authored
#2119. Fix typos in descriptions (#3109)
1 parent dddb43e commit 97481d5

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

LanguageFeatures/Constructor-tear-offs/expression_A03_t01.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
/// the current implicitly instantiated method tear-off except that the types
1313
/// are provided instead of inferred.
1414
///
15-
/// @description Checks that if e denotes a generic instance method then then
16-
/// e<typeArgs> performs an explicitly instantiated method tear-off
15+
/// @description Checks that if `e` denotes a generic instance method, then
16+
/// `e<typeArgs>` performs an explicitly instantiated method tear-off.
1717
/// @author [email protected]
1818
1919
import "../../Utils/expect.dart";

LanguageFeatures/Constructor-tear-offs/expression_A03_t02.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
/// the current implicitly instantiated method tear-off except that the types
1313
/// are provided instead of inferred.
1414
///
15-
/// @description Checks that if e denotes a generic instance method then then
16-
/// e<typeArgs> performs an explicitly instantiated method tear-off
15+
/// @description Checks that if `e` denotes a generic instance method, then
16+
/// `e<typeArgs>` performs an explicitly instantiated method tear-off.
1717
/// @author [email protected]
1818
1919
import "../../Utils/expect.dart";

LanguageFeatures/Constructor-tear-offs/expression_A04_t01.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
/// non-function type with a generic method named call), then e<typeArgs> is
1111
/// equivalent to the instantiated method-tear off e.call<typeArgs>.
1212
///
13-
/// @description Checks that if e denotes a generic instance method then then
14-
/// e<typeArgs> performs an explicitly instantiated method tear-off
13+
/// @description Checks that if `e` denotes a generic instance method, then
14+
/// `e<typeArgs>` performs an explicitly instantiated method tear-off.
1515
/// @author [email protected]
1616
1717
import "../../Utils/expect.dart";

LanguageFeatures/Constructor-tear-offs/expression_A04_t02.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
/// non-function type with a generic method named call), then e<typeArgs> is
1111
/// equivalent to the instantiated method-tear off e.call<typeArgs>.
1212
///
13-
/// @description Checks that if e denotes a generic instance method then then
14-
/// e<typeArgs> performs an explicitly instantiated method tear-off
13+
/// @description Checks that if `e` denotes a generic instance method, then
14+
/// `e<typeArgs>` performs an explicitly instantiated method tear-off.
1515
/// @author [email protected]
1616
1717
import "../../Utils/expect.dart";

LanguageFeatures/Constructor-tear-offs/expression_A04_t03.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
/// non-function type with a generic method named call), then e<typeArgs> is
1111
/// equivalent to the instantiated method-tear off e.call<typeArgs>.
1212
///
13-
/// @description Checks that if e denotes a generic instance method then then
14-
/// e<typeArgs> performs an explicitly instantiated method tear-off
13+
/// @description Checks that if `e` denotes a generic instance method, then
14+
/// `e<typeArgs>` performs an explicitly instantiated method tear-off.
1515
/// @author [email protected]
1616
1717
import "../../Utils/expect.dart";

LanguageFeatures/Static-access-shorthand/type_inference_A02_t01.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
///
1414
/// @description Checks that if a shorthand context type schema has one of the
1515
/// forms `const .id(arguments)`, or `const .new(arguments)`, `D` is the
16-
/// declaration denoted by the shorthand context then then the shorthand context
16+
/// declaration denoted by the shorthand context then the shorthand context
1717
/// denotes the type declaration `D`. Test a class.
1818
/// @author [email protected]
1919

LanguageFeatures/Static-access-shorthand/type_inference_A02_t02.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
///
1414
/// @description Checks that if a shorthand context type schema has one of the
1515
/// forms `const .id(arguments)`, or `const .new(arguments)`, `D` is the
16-
/// declaration denoted by the shorthand context then then the shorthand context
16+
/// declaration denoted by the shorthand context then the shorthand context
1717
/// denotes the type declaration `D`. Test an extension type.
1818
/// @author [email protected]
1919

0 commit comments

Comments
 (0)