Skip to content

Commit a3c1e1a

Browse files
Update crates/wac-parser/src/ast/type.rs
Co-authored-by: Peter Huene <peter@huene.dev>
1 parent bf01f82 commit a3c1e1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/wac-parser/src/ast/type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ pub struct WorldIncludeWithClause<'a> {
14741474
pub open: OpenBrace<'a>,
14751475
/// The list of names to be included.
14761476
pub names: Vec<WorldIncludeItem<'a>>,
1477-
/// The closing brace of the world body.
1477+
/// The closing brace of the body.
14781478
pub close: CloseBrace<'a>,
14791479
}
14801480

0 commit comments

Comments
 (0)