Browse Source

Fix typo

pull/2229/head
Andrew Brown 4 years ago
parent
commit
97e0f4864c
  1. 2
      crates/wiggle/macro/src/lib.rs

2
crates/wiggle/macro/src/lib.rs

@ -11,7 +11,7 @@ use syn::parse_macro_input;
/// CamelCase.
///
/// * For each `module` defined in the witx document, a Rust module is defined
/// containing definitions for that module. Module names are teanslated to the
/// containing definitions for that module. Module names are translated to the
/// Rust-idiomatic snake\_case.
///
/// * For each `@interface func` defined in a witx module, an abi-level

Loading…
Cancel
Save