Skip to content

Commit c0f0374

Browse files
omertoastkoivunej
andauthored
doc(ilp-cli): correct accidental comment modification
Co-authored-by: Joonas Koivunen <joonas.koivunen@gmail.com>
1 parent 78a20d1 commit c0f0374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ilp-cli/src/interpreter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub enum Error {
2121
#[error("Error receving HTTP response from testnet: {0}")]
2222
Testnet(reqwest::Error),
2323
#[error("Error altering URL scheme")]
24-
Scheme(()), // TODO: should be part of Urlor, see https://github.com/servo/rust-url/issues/299
24+
Scheme(()), // TODO: should be part of UrlError, see https://github.com/servo/rust-url/issues/299
2525
#[error("Error parsing URL: {0}")]
2626
Url(#[from] url::ParseError),
2727
#[error("WebSocket error: {0}")]

0 commit comments

Comments
 (0)