Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Swanson <[email protected]>
  • Loading branch information
lwshang and ericswanson-dfinity authored Jan 16, 2025
1 parent 47caeb0 commit e25bcf0
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 @@ -104,7 +104,7 @@ pub struct CallRejected {
// All fields are private so we will be able to change the implementation without breaking the API.
// Once we have `ic0.msg_error_code` system API, we will only store the error_code in this struct.
// It will still be possible to get the [`RejectCode`] using the public getter,
// becuase every error_code can map to a [`RejectCode`].
// because every error_code can map to a [`RejectCode`].
reject_code: RejectCode,
reject_message: String,
sync: bool,
Expand Down

0 comments on commit e25bcf0

Please sign in to comment.