Skip to content

Commit

Permalink
Fix typo in architecture.md (#1241)
Browse files Browse the repository at this point in the history
Erorr -> Error
  • Loading branch information
eltociear committed Jul 8, 2023
1 parent 8fff229 commit a57ad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ impl transaction_pool::ports::BlockImporter for Service<BlockImporter> {
```rust
trait Database: IntepreterStorage
+ StorageMut<Coins, Error = StorageError>
+ StorageMut<Messages, Erorr = StorageError>
+ StorageMut<Messages, Error = StorageError>
+ StorageMut<Contracts, Error = StorageError>
+ StorageMut<Blocks, Error = StorageError>
+ StorageMut<ContractUtxos, Error = StorageError>
Expand Down

0 comments on commit a57ad42

Please sign in to comment.