Skip to content

Commit e6f64fb

Browse files
authored
Update error.rs
Notice the ing
1 parent 43926bf commit e6f64fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gateway/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub enum Error {
5555
impl fmt::Display for Error {
5656
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
5757
match self {
58-
Self::BuildingUrl => f.write_str("Error build url"),
58+
Self::BuildingUrl => f.write_str("Error building url"),
5959
Self::Closed(_) => f.write_str("Connection closed"),
6060
Self::ExpectedHello => f.write_str("Expected a Hello"),
6161
Self::HeartbeatFailed => f.write_str("Failed sending a heartbeat"),

0 commit comments

Comments
 (0)