Skip to content

Commit b83ebc8

Browse files
aspeddrocknitt
andauthored
Update misc_docs/syntax/operators_pipe.mdx
Co-authored-by: Christoph Knittel <[email protected]>
1 parent 55f8281 commit b83ebc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc_docs/syntax/operators_pipe.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ String.toUpperCase("example message")->logMsg(user, datestr, _)
5858
```
5959

6060
```js
61-
unction logMsg(user, datestr, msg) {
61+
function logMsg(user, datestr, msg) {
6262
console.log(user + "|" + datestr + "|" + msg);
6363
}
6464

0 commit comments

Comments
 (0)