Skip to content
Snippets Groups Projects
Commit f4dd665c authored by DB Tsai's avatar DB Tsai Committed by Patrick Wendell
Browse files

Fixed a typo

in RowMatrix.scala

Author: DB Tsai <dbtsai@dbtsai.com>

Closes #959 from dbtsai/dbtsai-typo and squashes the following commits:

fab0e0e [DB Tsai] Fixed typo
parent b1feb602
No related branches found
No related tags found
No related merge requests found
......@@ -416,7 +416,7 @@ class RowMatrix(
mat
}
/** Updates or verfires the number of rows. */
/** Updates or verifies the number of rows. */
private def updateNumRows(m: Long) {
if (nRows <= 0) {
nRows == m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment