Skip to content

Commit 9212af2

Browse files
authored
Fix dynamic enum spelling in docs (#1986)
fix typos `dynmic enum` -> `dynamic enum` in dynamic types guide <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Fix typo `dynmic enum` to `dynamic enum` in `dynamic-types.mdx`. > > - **Documentation**: > - Fix typo `dynmic enum` to `dynamic enum` in `dynamic-types.mdx` at lines 392, 416, and 440. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 002dc5a. You can [customize](https://app.ellipsis.dev/BoundaryML/settings/summaries) this summary. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
1 parent ad92d3e commit 9212af2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

fern/01-guide/05-baml-advanced/dynamic-types.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ tb.add_baml("""
392392
}
393393
394394
// Modifies the existing @@dynamic Category enum to add a new variant.
395-
dynmic enum Category {
395+
dynamic enum Category {
396396
VALUE5
397397
}
398398
""")
@@ -416,7 +416,7 @@ tb.addBaml(`
416416
}
417417
418418
// Modifies the existing @@dynamic Category enum to add a new variant.
419-
dynmic enum Category {
419+
dynamic enum Category {
420420
VALUE5
421421
}
422422
`)
@@ -440,7 +440,7 @@ tb.add_baml("
440440
}
441441
442442
// Modifies the existing @@dynamic Category enum to add a new variant.
443-
dynmic enum Category {
443+
dynamic enum Category {
444444
VALUE5
445445
}
446446
")

0 commit comments

Comments
 (0)