Skip to content

Commit 71f5e2f

Browse files
authoredMay 20, 2024
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

+1-1
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)
Please sign in to comment.