Skip to content

Commit

Permalink
fix explicit target is redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Jan 17, 2025
1 parent 127fe4b commit 006e69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-cdk/src/call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl CallRejected {
/// Returns the reject message.
///
/// When the call was rejected asynchronously (IC rejects the call after it was enqueued),
/// this message is get from [`msg_reject_msg`](crate::api::msg_reject_msg).
/// this message is get from [`msg_reject_msg`].
///
/// When the call was rejected synchronously (`ic0.call_preform` returns non-zero code),
/// this message is set to a fixed string ("call_perform failed").
Expand Down

0 comments on commit 006e69f

Please sign in to comment.