Skip to content

Commit

Permalink
docs(enum): fixed #122
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Sep 29, 2024
1 parent f68cdbc commit 5c56fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/enum.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ enum Foo {
// 等同于
enum Foo {
A,
B = 1
B = 1,
C = 2
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"dependencies": {
"gh-pages": "6.x",
"loppo": "^0.6.25",
"loppo-theme-wangdoc": "^0.7.1"
"loppo-theme-wangdoc": "^0.7.3"
}
}

0 comments on commit 5c56fd5

Please sign in to comment.