Skip to content

Commit 11b9f97

Browse files
committed
fix enum syntax error in code style docs
1 parent 2060cc8 commit 11b9f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/code-style/enums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use [constant objects][constant-object-pattern] instead of introducing a new enu
1515
Given the following enum:
1616

1717
```ts
18-
export enum CipherType = {
18+
export enum CipherType {
1919
Login: 1,
2020
SecureNote: 2,
2121
Card: 3,

0 commit comments

Comments
 (0)