Merge pull request #537 from greizgh/fix-axpy-typo
Fix typo in axpy documentation
This commit is contained in:
commit
f916dae6ed
|
@ -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