diff --git a/crates/ide/src/syntax_highlighting/tests.rs b/crates/ide/src/syntax_highlighting/tests.rs index de2d22ac70..b4818060f1 100644 --- a/crates/ide/src/syntax_highlighting/tests.rs +++ b/crates/ide/src/syntax_highlighting/tests.rs @@ -289,7 +289,7 @@ fn syntax_highlighting_not_quadratic() { assert_linear(&measures) } -/// Checks that a set of measurements looks like a liner function rather than +/// Checks that a set of measurements looks like a linear function rather than /// like a quadratic function. Algorithm: /// /// 1. Linearly scale input to be in [0; 1)