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 e609c94 commit 9510c87Copy full SHA for 9510c87
.github/workflows/ValidatePullRequest.yml
@@ -65,7 +65,7 @@ jobs:
65
steps:
66
- uses: actions/checkout@v4
67
- name: Spell Check Repo
68
- uses: crate-ci/typos@v1.34.0
+ uses: crate-ci/typos@v1.35.1
69
70
license-headers:
71
name: check license headers
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