Skip to content

Commit

Permalink
docs: fix reference in rustdocs of FuturePresignWrite (#4097)
Browse files Browse the repository at this point in the history
looks to be a copy-paste error
  • Loading branch information
qrilka authored Jan 30, 2024
1 parent b34abe4 commit aa77bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/types/operator/operator_futures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ impl Future for FuturePresignRead {
}
}

/// Future that generated by [`Operator::presign_read_with`].
/// Future that generated by [`Operator::presign_write_with`].
///
/// Users can add more options by public functions provided by this struct.
pub struct FuturePresignWrite(pub(crate) OperatorFuture<(OpWrite, Duration), PresignedRequest>);
Expand Down

0 comments on commit aa77bc0

Please sign in to comment.