From 40d5036627a830e508eac0ebf8f2c1579dfe3ccb Mon Sep 17 00:00:00 2001 From: Arthur Cinader Date: Sun, 19 Jun 2016 11:23:38 -0700 Subject: [PATCH] make optional parameters in comment less ambiguious --- src/Matrix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Matrix.cc b/src/Matrix.cc index 52cbbc7a..efb65042 100755 --- a/src/Matrix.cc +++ b/src/Matrix.cc @@ -2200,7 +2200,7 @@ NAN_METHOD(Matrix::TemplateMatches) { // @author ytham // Match Template filter -// Usage: output = input.matchTemplate("templateFileString", ["method"], ["maskPath"]); +// Usage: output = input.matchTemplate("templateFileString"[, "method"][, "maskPath"]); NAN_METHOD(Matrix::MatchTemplate) { Nan::HandleScope scope;