typo fixes to cycle bots

This commit is contained in:
Nico Weber 2020-07-01 19:20:05 -04:00
parent 9fc877213e
commit ac8d059c8e

View File

@ -245,8 +245,8 @@ and if omitted ``row`` is used as ``columnStride``.
**Preconditions**: ``columnStride`` is greater than or equal to the number of rows in ``M``.
**Remarks**: The type ``T`` is the const-unqualified version of the matrix
arguments element type. The paramter ``columnStride`` is optional and if
ommitted, the number of rows of ``M`` is used as ``columnStride``.
arguments element type. The parameter ``columnStride`` is optional and if
omitted, the number of rows of ``M`` is used as ``columnStride``.
**Effects**: Equivalent to: