diff options
-rw-r--r-- | crates/ide/src/syntax_highlighting/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/syntax_highlighting/tests.rs b/crates/ide/src/syntax_highlighting/tests.rs index de2d22ac7..b4818060f 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() { | |||
289 | assert_linear(&measures) | 289 | assert_linear(&measures) |
290 | } | 290 | } |
291 | 291 | ||
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 |
293 | /// like a quadratic function. Algorithm: | 293 | /// like a quadratic function. Algorithm: |
294 | /// | 294 | /// |
295 | /// 1. Linearly scale input to be in [0; 1) | 295 | /// 1. Linearly scale input to be in [0; 1) |