Skip to content

Commit 5c56fd5

Browse files
committedSep 29, 2024
docs(enum): fixed wangdoc#122
1 parent f68cdbc commit 5c56fd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/enum.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ enum Foo {
312312
// 等同于
313313
enum Foo {
314314
A,
315-
B = 1
315+
B = 1,
316316
C = 2
317317
}
318318
```

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"dependencies": {
2323
"gh-pages": "6.x",
2424
"loppo": "^0.6.25",
25-
"loppo-theme-wangdoc": "^0.7.1"
25+
"loppo-theme-wangdoc": "^0.7.3"
2626
}
2727
}

0 commit comments

Comments
 (0)