Skip to content

Commit 0fbf596

Browse files
authored
chore: fix typo (#394)
1 parent 9017c0e commit 0fbf596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/src/runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ pub enum TouchKind {
258258
Access,
259259
}
260260

261-
/// The distinguish between `RuntimeBaseBackend` and `RuntimeBackend` is for the implementation of
261+
/// The distinction between `RuntimeBaseBackend` and `RuntimeBackend` is for the implementation of
262262
/// overlays.
263263
pub trait RuntimeBackend: RuntimeBaseBackend {
264264
/// Get original storage value of address at index.

0 commit comments

Comments
 (0)