aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ide/src/syntax_highlighting')
-rw-r--r--crates/ide/src/syntax_highlighting/tests.rs2
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)