@@ -2356,7 +2356,7 @@ pub struct ExternalStorageGet {
23562356 inner : Box < Inner > ,
23572357
23582358 /// Function currently being called by the Wasm code. Refers to an index within
2359- /// [`VmCommon::registered_functions`]. Guaranteed to be [`FunctionImport::Resolved`̀ ].
2359+ /// [`VmCommon::registered_functions`]. Guaranteed to be [`FunctionImport::Resolved`].
23602360 calling : usize ,
23612361
23622362 /// Used only for the `ext_storage_read_version_1` function. Stores the pointer where the
@@ -2757,7 +2757,7 @@ impl fmt::Debug for ExternalStorageAppend {
27572757pub struct ExternalStorageClearPrefix {
27582758 inner : Box < Inner > ,
27592759 /// Function currently being called by the Wasm code. Refers to an index within
2760- /// [`VmCommon::registered_functions`]. Guaranteed to be [`FunctionImport::Resolved`̀ ].
2760+ /// [`VmCommon::registered_functions`]. Guaranteed to be [`FunctionImport::Resolved`].
27612761 calling : usize ,
27622762
27632763 /// Pointer and size to the prefix. `None` if `&[]`. Guaranteed to be in range.
@@ -2870,7 +2870,7 @@ pub struct ExternalStorageRoot {
28702870 inner : Box < Inner > ,
28712871
28722872 /// Function currently being called by the Wasm code. Refers to an index within
2873- /// [`VmCommon::registered_functions`]. Guaranteed to be [`FunctionImport::Resolved`̀ ].
2873+ /// [`VmCommon::registered_functions`]. Guaranteed to be [`FunctionImport::Resolved`].
28742874 calling : usize ,
28752875
28762876 /// Pointer and size of the child trie, if any. Guaranteed to be in range.
@@ -3387,7 +3387,7 @@ pub struct ExternalOffchainStorageGet {
33873387 inner : Box < Inner > ,
33883388
33893389 /// Function currently being called by the Wasm code. Refers to an index within
3390- /// [`VmCommon::registered_functions`]. Guaranteed to be [`FunctionImport::Resolved`̀ ].
3390+ /// [`VmCommon::registered_functions`]. Guaranteed to be [`FunctionImport::Resolved`].
33913391 calling : usize ,
33923392
33933393 /// Pointer to the key whose value must be loaded. Guaranteed to be in range.
@@ -3461,7 +3461,7 @@ pub struct OffchainRandomSeed {
34613461 inner : Box < Inner > ,
34623462
34633463 /// Function currently being called by the Wasm code. Refers to an index within
3464- /// [`VmCommon::registered_functions`]. Guaranteed to be [`FunctionImport::Resolved`̀ ].
3464+ /// [`VmCommon::registered_functions`]. Guaranteed to be [`FunctionImport::Resolved`].
34653465 calling : usize ,
34663466}
34673467
@@ -3488,7 +3488,7 @@ pub struct OffchainSubmitTransaction {
34883488 inner : Box < Inner > ,
34893489
34903490 /// Function currently being called by the Wasm code. Refers to an index within
3491- /// [`VmCommon::registered_functions`]. Guaranteed to be [`FunctionImport::Resolved`̀ ].
3491+ /// [`VmCommon::registered_functions`]. Guaranteed to be [`FunctionImport::Resolved`].
34923492 calling : usize ,
34933493
34943494 /// Pointer to the transaction whose value must be set. Guaranteed to be in range.
0 commit comments