We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9017c0e commit 0fbf596Copy full SHA for 0fbf596
interpreter/src/runtime.rs
@@ -258,7 +258,7 @@ pub enum TouchKind {
258
Access,
259
}
260
261
-/// The distinguish between `RuntimeBaseBackend` and `RuntimeBackend` is for the implementation of
+/// The distinction between `RuntimeBaseBackend` and `RuntimeBackend` is for the implementation of
262
/// overlays.
263
pub trait RuntimeBackend: RuntimeBaseBackend {
264
/// Get original storage value of address at index.
0 commit comments