Skip to content

Commit 2f60cec

Browse files
authored
Fix typo: liner -> linear
🙈
1 parent 9f25676 commit 2f60cec

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)