8488: Fix typo: liner -> linear r=SomeoneToIgnore a=NieDzejkob

🙈

Co-authored-by: Jakub Kądziołka <kuba@kadziolka.net>
This commit is contained in:
bors[bot] 2021-04-12 18:26:23 +00:00 committed by GitHub
commit 27e80e9438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)