Skip to content

Commit bec82f5

Browse files
authored
Fix test::func() example
format of test::func() w/ fake missing closing paren & semi-colon
2 parents 158f11a + 71f5e2f commit bec82f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ test::func('demo', 'date', function($format) {
168168
} else {
169169
return \date($param);
170170
}
171-
}
171+
});
172172

173173
```
174174

0 commit comments

Comments
 (0)