Skip to content

Commit 31e2c0c

Browse files
committed
docs(common-enums): add missing closing curly brace in example
1 parent 7d50b62 commit 31e2c0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

androidx/common/common-enums/Module.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ enum class Example(val value: String) {
108108
else -> null
109109
}
110110
}
111+
}
111112
```
112113

113114
# Package io.github.edricchan03.androidx.common.enums.impl

0 commit comments

Comments
 (0)