update comment

This commit is contained in:
yggverse 2025-01-15 08:40:52 +02:00
parent 0708e5e4a1
commit 254bf30ca0

View File

@ -24,7 +24,7 @@ pub struct Client {
// Shared reference to cancel async operations
// * keep it private to make sure that `status` member tracked properly
cancellable: Cell<Cancellable>,
// Redirects resolver for different protocols
// Redirect resolver for different protocols
pub redirect: Rc<Redirect>,
// Track update status
status: Rc<RefCell<Status>>,