Merge pull request #2 from mlepage/master

Typo fix
master
David Manura 2012-11-07 15:42:31 -08:00
commit 7a33f9652d
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ local matrix_meta = {}
--// Get 'new' matrix object //
--/////////////////////////////
--// matrix:new ( rows [, comlumns [, value]] )
--// matrix:new ( rows [, columns [, value]] )
-- if rows is a table then sets rows as matrix
-- if rows is a table of structure {1,2,3} then it sets it as a vector matrix
-- if rows and columns are given and are numbers, returns a matrix with size rowsxcolumns