From 911b7a737209827c8fab4b4e9aba696991925017 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 17 Jul 2025 17:32:19 +0200 Subject: [PATCH] Fix typo --- libraries/message/src/metadata.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/message/src/metadata.rs b/libraries/message/src/metadata.rs index d2cda9d6..46a937f5 100644 --- a/libraries/message/src/metadata.rs +++ b/libraries/message/src/metadata.rs @@ -5,7 +5,7 @@ use serde::{Deserialize, Serialize}; /// Additional data that is sent as part of output messages. /// -/// Includes a timestamp, type information, and additional user-provided paramters. +/// Includes a timestamp, type information, and additional user-provided parameters. #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] pub struct Metadata { metadata_version: u16,