mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Fix typo: liner -> linear
🙈
This commit is contained in:
parent
9f25676f0c
commit
2f60cec3ac
@ -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…
Reference in New Issue
Block a user