RuntimeCode: doc fixed (#1461)

This commit is contained in:
Michal Kucharczyk
2023-09-08 16:56:19 +02:00
committed by GitHub
parent c5f7abe27f
commit af3e56cd86
+1 -1
View File
@@ -91,7 +91,7 @@ pub struct RuntimeCode<'a> {
///
/// If `None` are given, the default value of the executor will be used.
pub heap_pages: Option<u64>,
/// The SCALE encoded hash of `code`.
/// The hash of `code`.
///
/// The hashing algorithm isn't that important, as long as all runtime
/// code instances use the same.