mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
Fix typo
This commit is contained in:
parent
709214c7d8
commit
2e9dbdf2cc
10
src/lib.rs
10
src/lib.rs
@ -107,7 +107,7 @@ impl TransClient {
|
||||
/// Ok(_) => println!("Yay!"),
|
||||
/// Err(_) => panic!("Oh no!")
|
||||
/// }
|
||||
/// println!("Rpc reqsponse is ok: {}", response?.is_ok());
|
||||
/// println!("Rpc response is ok: {}", response?.is_ok());
|
||||
/// Ok(())
|
||||
/// }
|
||||
/// ```
|
||||
@ -143,7 +143,7 @@ impl TransClient {
|
||||
/// Ok(_) => println!("Yay!"),
|
||||
/// Err(_) => panic!("Oh no!")
|
||||
/// }
|
||||
/// println!("Rpc reqsponse is ok: {}", response?.is_ok());
|
||||
/// println!("Rpc response is ok: {}", response?.is_ok());
|
||||
/// Ok(())
|
||||
/// }
|
||||
/// ```
|
||||
@ -179,7 +179,7 @@ impl TransClient {
|
||||
/// Ok(_) => println!("Yay!"),
|
||||
/// Err(_) => panic!("Oh no!")
|
||||
/// }
|
||||
/// println!("Rpc reqsponse is ok: {}", response?.is_ok());
|
||||
/// println!("Rpc response is ok: {}", response?.is_ok());
|
||||
/// Ok(())
|
||||
/// }
|
||||
/// ```
|
||||
@ -216,7 +216,7 @@ impl TransClient {
|
||||
/// Ok(_) => println!("Yay!"),
|
||||
/// Err(_) => panic!("Oh no!")
|
||||
/// }
|
||||
/// println!("Rpc reqsponse is ok: {}", response?.is_ok());
|
||||
/// println!("Rpc response is ok: {}", response?.is_ok());
|
||||
/// Ok(())
|
||||
/// }
|
||||
/// ```
|
||||
@ -252,7 +252,7 @@ impl TransClient {
|
||||
/// Ok(_) => println!("Yay!"),
|
||||
/// Err(_) => panic!("Oh no!")
|
||||
/// }
|
||||
/// println!("Rpc reqsponse is ok: {}", response?.is_ok());
|
||||
/// println!("Rpc response is ok: {}", response?.is_ok());
|
||||
/// Ok(())
|
||||
/// }
|
||||
/// ```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user