Merge #8488
8488: Fix typo: liner -> linear r=SomeoneToIgnore a=NieDzejkob
🙈
Co-authored-by: Jakub Kądziołka <kuba@kadziolka.net>
This commit is contained in:
commit
27e80e9438
@ -289,7 +289,7 @@ fn syntax_highlighting_not_quadratic() {
|
|||||||
assert_linear(&measures)
|
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:
|
/// like a quadratic function. Algorithm:
|
||||||
///
|
///
|
||||||
/// 1. Linearly scale input to be in [0; 1)
|
/// 1. Linearly scale input to be in [0; 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user