mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
update comment
This commit is contained in:
parent
9f9e0e0ea3
commit
745b8a6786
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ impl Client {
|
|||
Some(ref cancellable) => Some(cancellable.clone()),
|
||||
None => None::<Cancellable>,
|
||||
},
|
||||
callback, // callback with response
|
||||
callback, // result
|
||||
)
|
||||
}
|
||||
Err(e) => callback(Err(Error::Connection(e))),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue