Skip to content

Commit

Permalink
Fix typeo in std::contract_id (FuelLabs#3821)
Browse files Browse the repository at this point in the history
  • Loading branch information
eureka-cpu authored Jan 19, 2023
1 parent 6319f8e commit 5642424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway-lib-std/src/contract_id.sw
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library contract_id;
use ::intrinsics::size_of_val;
use ::convert::From;

/// The `ContractId` type, a struct wrappper around the inner `b256` value.
/// The `ContractId` type, a struct wrapper around the inner `b256` value.
pub struct ContractId {
value: b256,
}
Expand Down

0 comments on commit 5642424

Please sign in to comment.