Skip to content

Commit 32aec21

Browse files
sxlijincursoragent
andauthored
docs: fix @description documentation (#2544)
Enum descriptions are `enum: description`, not `enum //description` --------- Co-authored-by: Cursor Agent <[email protected]>
1 parent 58310f0 commit 32aec21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/03-reference/baml/attributes/description.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ enum MyEnum {
6969
```
7070
MyEnum
7171
---
72-
Value1 // The first value
73-
Value2 // The second value
72+
Value1: The first value
73+
Value2: The second value
7474
```
7575

7676
## Prompt Impact (enum)

0 commit comments

Comments
 (0)