Fix typo: liner -> linear

🙈
This commit is contained in:
Jakub Kądziołka 2021-04-12 20:20:25 +02:00 committed by GitHub
parent 9f25676f0c
commit 2f60cec3ac
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)