Skip to content

Commit 4a821b4

Browse files
timmaffettCommit Queue
authored andcommitted
simple typo fix
Closes #60485 GitOrigin-RevId: efef9e6 Change-Id: I062510b397e368da9de195b50e332b25f52196c1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/420620 Reviewed-by: Kevin Moore <[email protected]> Commit-Queue: Kevin Moore <[email protected]>
1 parent 4ce96e9 commit 4a821b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/compiler/test/codegen/data/is_test_weakening_with_bounds.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
// `is` tests against some parameterized interface types are equivalent to a
6-
// weaker test for just the interace. The weaker test is usually more efficient,
6+
// weaker test for just the interface. The weaker test is usually more efficient,
77
// sometimes being compiled to `instanceof`.
88

99
class Base<T extends num> {

0 commit comments

Comments
 (0)