mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 14:17:56 +00:00
chore: fix some typos in comment (#1898)
Signed-off-by: davidwoood <davidwood@aliyun.com>
This commit is contained in:
@@ -44,7 +44,7 @@ impl TypeSet {
|
||||
}
|
||||
}
|
||||
|
||||
/// This function will deeply traverse the inital type and it's dependencies to collect the relevant type_ids
|
||||
/// This function will deeply traverse the initial type and it's dependencies to collect the relevant type_ids
|
||||
fn collect_types(&mut self, metadata: &Metadata, id: u32) {
|
||||
self.push_to_workset(id);
|
||||
while let Some(typ) = self.work_set.pop() {
|
||||
|
||||
Reference in New Issue
Block a user