mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
fixed some spellings
This commit is contained in:
@@ -26,7 +26,7 @@ let LinearAlgebra;
|
||||
if (N === comps.length) {
|
||||
this.components = comps
|
||||
} else {
|
||||
throw new Error('Vector: invalide size!')
|
||||
throw new Error('Vector: invalid size!')
|
||||
}
|
||||
}
|
||||
} // end of constructor
|
||||
|
||||
Reference in New Issue
Block a user