Browse Source

Fix typo

pull/1056/head
Philipp Oppermann 6 months ago
parent
commit
911b7a7372
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libraries/message/src/metadata.rs

+ 1
- 1
libraries/message/src/metadata.rs View File

@@ -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,


Loading…
Cancel
Save