Skip to content

Commit ae35812

Browse files
committed
Fixed code block's missing syntax highlighting
GFM code block was missing the `js` tag.
1 parent ca4cfc2 commit ae35812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ console.log(c()); // 3
11971197
Another common pattern is to return an object with functions
11981198
as values:
11991199
1200-
```
1200+
```js
12011201
function Num (value) {
12021202
return {
12031203
add: function (x) {

0 commit comments

Comments
 (0)