Skip to content

Commit f7a3baa

Browse files
committed
Fix typo in instance() documentation
1 parent 9b21c91 commit f7a3baa

13 files changed

Lines changed: 1543 additions & 1543 deletions

raltool/src/generate/device.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pub fn render(_opts: &super::Options, _ir: &IR, d: &Device) -> Result<TokenStrea
122122
impl crate::Valid for #name {}
123123

124124
impl #name {
125-
/// Acquire a vaild, but possibly aliased, instance.
125+
/// Acquire a valid, but possibly aliased, instance.
126126
///
127127
/// # Safety
128128
///
@@ -180,7 +180,7 @@ pub fn render(_opts: &super::Options, _ir: &IR, d: &Device) -> Result<TokenStrea
180180
impl crate::private::Sealed for #name {}
181181
impl crate::Valid for #name {}
182182
impl #name {
183-
/// Acquire a vaild, but possibly aliased, instance.
183+
/// Acquire a valid, but possibly aliased, instance.
184184
///
185185
/// # Safety
186186
///

0 commit comments

Comments
 (0)