Skip to content

Commit 27e80e9

Browse files
Merge #8488
8488: Fix typo: liner -> linear r=SomeoneToIgnore a=NieDzejkob :see_no_evil: Co-authored-by: Jakub Kądziołka <kuba@kadziolka.net>
2 parents 9f25676 + 2f60cec commit 27e80e9

File tree

1 file changed

+1
-1
lines changed
  • crates/ide/src/syntax_highlighting

1 file changed

+1
-1
lines changed

crates/ide/src/syntax_highlighting/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ fn syntax_highlighting_not_quadratic() {
289289
assert_linear(&measures)
290290
}
291291

292-
/// Checks that a set of measurements looks like a liner function rather than
292+
/// Checks that a set of measurements looks like a linear function rather than
293293
/// like a quadratic function. Algorithm:
294294
///
295295
/// 1. Linearly scale input to be in [0; 1)

0 commit comments

Comments
 (0)