Skip to content

Commit

Permalink
fix(xlang-struct): This is getting on my nerves now.
Browse files Browse the repository at this point in the history
  • Loading branch information
chorman0773 committed Jan 25, 2024
1 parent 50fe875 commit 0e18944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlang/xlang_struct/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ impl core::fmt::Display for StaticSpecifier {
#[derive(Clone, Debug)]
pub struct StaticDefinition {
/// The type of the static initializer
/// Matches `<type>``
/// Matches `<type>`
pub ty: Type,
/// The initializer or [`Value::Empty`] if the declaration is not a declaration
/// Matches `["=" <value>]`
Expand Down

0 comments on commit 0e18944

Please sign in to comment.