From 2f60cec3acb8e63d25e752c82f7f4ca3ed2ec5b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20K=C4=85dzio=C5=82ka?= Date: Mon, 12 Apr 2021 20:20:25 +0200 Subject: Fix typo: liner -> linear :see_no_evil: --- crates/ide/src/syntax_highlighting/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ide/src/syntax_highlighting') 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() { 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) -- cgit v1.2.3