Fix typo in axpy documentation
This commit is contained in:
parent
b46cf75996
commit
0f09f2a58c
|
@ -378,7 +378,7 @@ where
|
|||
{
|
||||
/// Computes `self = a * x + b * self`.
|
||||
///
|
||||
/// If be is zero, `self` is never read from.
|
||||
/// If `b` is zero, `self` is never read from.
|
||||
///
|
||||
/// # Examples:
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue