Fix typo in comment.

This commit is contained in:
Marc Lepage 2012-10-15 20:24:29 -03:00
parent d8a43ffd3f
commit 6d41964c1a

View File

@ -123,7 +123,7 @@ local matrix_meta = {}
--// Get 'new' matrix object // --// 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 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 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 -- if rows and columns are given and are numbers, returns a matrix with size rowsxcolumns