Skip to content

Commit e612053

Browse files
committed
Fix doc comment using old syntax
1 parent 0029457 commit e612053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/compiler/langtype.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ pub struct Function {
867867
#[derive(Debug, Clone, PartialEq)]
868868
pub enum StructName {
869869
None,
870-
/// When declared in .slint as `struct Foo := { }`, then the name is "Foo"
870+
/// When declared in .slint as `struct Foo { }`, then the name is "Foo"
871871
User(SmolStr),
872872
Native(NativeType),
873873
}

0 commit comments

Comments
 (0)