Skip to content

Commit

Permalink
Update error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahShomette authored Nov 21, 2023
1 parent 2d96eb5 commit 0bf2c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::ConnectionId;
/// Internal errors used by Spicy
#[derive(Debug)]
pub enum NetworkError {
/// A default error to be returned when no other type more specific type can be determined
/// A default networking error returned when no other more specific type can be determined
Error(String),

/// Error occured when accepting a new connection.
Expand Down

0 comments on commit 0bf2c9b

Please sign in to comment.