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 b720850 commit 2725097Copy full SHA for 2725097
src/hyperlight_component_util/src/emit.rs
@@ -621,7 +621,7 @@ pub struct WitName<'a> {
621
pub _version: Vec<&'a str>,
622
}
623
impl<'a> WitName<'a> {
624
- /// Extract a list of Rust module names correspondign to the WIT
+ /// Extract a list of Rust module names corresponding to the WIT
625
/// namespace/package
626
pub fn namespace_idents(&self) -> Vec<Ident> {
627
self.namespaces
0 commit comments