Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8adbefc

Browse files
Update src/result.rs
Fix response => response display messageCo-Authored-By: Peter W <peter.wischer@gmail.com>
1 parent100e4eb commit8adbefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/result.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl fmt::Display for WebSocketOtherError {
6666
fnfmt(&self,fmt:&mut fmt::Formatter) -> fmt::Result{
6767
matchself{
6868
WebSocketOtherError::RequestError(e) =>write!(fmt,"WebSocket request error: {}", e)?,
69-
WebSocketOtherError::ResponseError(e) =>write!(fmt,"WebSocketrequest error: {}", e)?,
69+
WebSocketOtherError::ResponseError(e) =>write!(fmt,"WebSocketresponse error: {}", e)?,
7070
WebSocketOtherError::StatusCodeError(e) =>write!(
7171
fmt,
7272
"WebSocketError: Received unexpected status code ({})",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp