We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66eb90e commit 763a39fCopy full SHA for 763a39f
baml_language/crates/baml_compiler_hir/src/lib.rs
@@ -1379,7 +1379,7 @@ fn get_enum_variant_info(
1379
/// Look up the span of a top-level item's name from the syntax tree.
1380
///
1381
/// This is used to get accurate spans for duplicate name errors, since the
1382
-/// ItemTree is position-independent and doesn't store spans.
+/// `ItemTree` is position-independent and doesn't store spans.
1383
1384
/// The `occurrence` parameter specifies which occurrence to return (0 = first, 1 = second, etc.)
1385
/// when there are multiple items of the same kind with the same name in the file.
0 commit comments