Skip to content

Commit 40d5036

Browse files
author
Arthur Cinader
committed
make optional parameters in comment less ambiguious
1 parent c217489 commit 40d5036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Matrix.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,7 @@ NAN_METHOD(Matrix::TemplateMatches) {
22002200

22012201
// @author ytham
22022202
// Match Template filter
2203-
// Usage: output = input.matchTemplate("templateFileString", ["method"], ["maskPath"]);
2203+
// Usage: output = input.matchTemplate("templateFileString"[, "method"][, "maskPath"]);
22042204
NAN_METHOD(Matrix::MatchTemplate) {
22052205
Nan::HandleScope scope;
22062206

0 commit comments

Comments
 (0)