From 0e189446021230a9e867fae9c4c2293234161fab Mon Sep 17 00:00:00 2001
From: Connor Horman <chorman64@gmail.com>
Date: Thu, 25 Jan 2024 10:35:57 -0500
Subject: [PATCH] fix(xlang-struct): This is getting on my nerves now.

---
 xlang/xlang_struct/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xlang/xlang_struct/src/lib.rs b/xlang/xlang_struct/src/lib.rs
index 070b3fcf..8bd27f4e 100644
--- a/xlang/xlang_struct/src/lib.rs
+++ b/xlang/xlang_struct/src/lib.rs
@@ -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>]`