Update client.rs

This commit is contained in:
XxAlex74xX 2025-02-20 22:16:08 +01:00 committed by GitHub
parent 9951224351
commit 098be52934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ pub struct Client {
#[derive(Clone, Copy, Debug, Serialize, PartialEq, Eq, AsRefStr, IntoStaticStr, EnumIter)]
pub enum ClientKind {
/// An Zgs node.
/// A Zgs node.
Zgs,
/// An unknown client.
Unknown,