Skip to content

Commit cbd1a16

Browse files
committed
Merge pull request #12 from ArtskydJ/patch-1
Fixed code block's missing syntax highlighting
2 parents fb61195 + ae35812 commit cbd1a16

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
@@ -1164,7 +1164,7 @@ console.log(c()); // 3
11641164
Another common pattern is to return an object with functions
11651165
as values:
11661166
1167-
```
1167+
```js
11681168
function Num (value) {
11691169
return {
11701170
add: function (x) {

0 commit comments

Comments
 (0)