aboutsummaryrefslogtreecommitdiff
path: root/p2p/src/utils/version.rs
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/src/utils/version.rs')
-rw-r--r--p2p/src/utils/version.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/src/utils/version.rs b/p2p/src/utils/version.rs
index 4986495..a101b28 100644
--- a/p2p/src/utils/version.rs
+++ b/p2p/src/utils/version.rs
@@ -5,7 +5,7 @@ use semver::VersionReq;
use crate::{Error, Result};
-/// Represents the network version and protocol version used in Karyons p2p.
+/// Represents the network version and protocol version used in karyons p2p.
///
/// # Example
///