Skip to content

Commit

Permalink
Merge pull request #17 from FuelLabs/K1-R1/typo
Browse files Browse the repository at this point in the history
SRC-5: Update example typo
  • Loading branch information
K1-R1 authored Aug 24, 2023
2 parents 7f5db40 + 901a80b commit 1cc3bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standards/src_5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ use std::constants::ZERO_B256;
use standards::src_5::*;

storage {
owner: Ownership = Ownership::initalized(Identity::Address(Address::from(ZERO_B256))),
owner: Ownership = Ownership::initialized(Identity::Address(Address::from(ZERO_B256))),
}

impl SRC_5 for MyContract {
Expand Down

0 comments on commit 1cc3bb4

Please sign in to comment.