Skip to content

Commit a0c6959

Browse files
committed
f
1 parent be8abdb commit a0c6959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/rust/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ pub fn parse<T: AsRef<[u8]>>(input: &T) -> Result<Module, Error> {
193193
}
194194
}
195195

196-
/// A view of a moduel for inspection.
196+
/// A view of a module for inspection.
197197
pub struct ModuleInspector(*const sys::FizzyModule);
198198

199199
impl ModuleInspector {

0 commit comments

Comments
 (0)