File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -621,14 +621,14 @@ impl<'a> Index<'a> {
621621
622622 /// Get the status of an update on the index.
623623 ///
624- /// After executing an update, a `Progress` object is returned,
625- /// you can use this object to check on the status of the update.
624+ /// After executing an update, a `Progress` struct is returned,
625+ /// you can use this struct to check on the status of the update.
626626 ///
627627 /// In some cases, you might not need the status of the update directly,
628628 /// or would rather not wait for it to resolve.
629629 ///
630630 /// For these cases, you can get the `update_id` from the `Progress`
631- /// object and use it to query the index later on.
631+ /// struct and use it to query the index later on.
632632 ///
633633 /// For example, if a clients updates an entry over an HTTP request,
634634 /// you can respond with the `update_id` and have the client check
You can’t perform that action at this time.
0 commit comments