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> {
621
621
622
622
/// Get the status of an update on the index.
623
623
///
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.
626
626
///
627
627
/// In some cases, you might not need the status of the update directly,
628
628
/// or would rather not wait for it to resolve.
629
629
///
630
630
/// 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.
632
632
///
633
633
/// For example, if a clients updates an entry over an HTTP request,
634
634
/// you can respond with the `update_id` and have the client check
You can’t perform that action at this time.
0 commit comments