Skip to content

Commit 2725097

Browse files
committed
Fix typo
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent b720850 commit 2725097

File tree

1 file changed

+1
-1
lines changed
  • src/hyperlight_component_util/src

1 file changed

+1
-1
lines changed

src/hyperlight_component_util/src/emit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ pub struct WitName<'a> {
621621
pub _version: Vec<&'a str>,
622622
}
623623
impl<'a> WitName<'a> {
624-
/// Extract a list of Rust module names correspondign to the WIT
624+
/// Extract a list of Rust module names corresponding to the WIT
625625
/// namespace/package
626626
pub fn namespace_idents(&self) -> Vec<Ident> {
627627
self.namespaces

0 commit comments

Comments
 (0)