Fix typo in comment.

master^2
Marc Lepage 2012-10-15 20:24:29 -03:00
parent d8a43ffd3f
commit 6d41964c1a
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