From 6d41964c1ade49f85903b8b39535a671c7675fa3 Mon Sep 17 00:00:00 2001 From: Marc Lepage Date: Mon, 15 Oct 2012 20:24:29 -0300 Subject: [PATCH] Fix typo in comment. --- lua/matrix.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/matrix.lua b/lua/matrix.lua index 5e587a3..83f7d57 100644 --- a/lua/matrix.lua +++ b/lua/matrix.lua @@ -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