From 27ad65dcaa8c3d387b8a9333b902d7e06439b1af Mon Sep 17 00:00:00 2001 From: Tim Maffett Date: Sun, 6 Apr 2025 08:55:05 -0700 Subject: [PATCH] simple typo fix --- .../test/codegen/data/is_test_weakening_with_bounds.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/compiler/test/codegen/data/is_test_weakening_with_bounds.dart b/pkg/compiler/test/codegen/data/is_test_weakening_with_bounds.dart index a122724c71db..e91d0b985957 100644 --- a/pkg/compiler/test/codegen/data/is_test_weakening_with_bounds.dart +++ b/pkg/compiler/test/codegen/data/is_test_weakening_with_bounds.dart @@ -3,7 +3,7 @@ // BSD-style license that can be found in the LICENSE file. // `is` tests against some parameterized interface types are equivalent to a -// weaker test for just the interace. The weaker test is usually more efficient, +// weaker test for just the interface. The weaker test is usually more efficient, // sometimes being compiled to `instanceof`. class Base {