Skip to content

Commit 71f5e2f

Browse files
authored
format of test::func() w/ fake missing closing paren & semi-colon
1 parent 158f11a commit 71f5e2f

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)