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.
2 parents b0503bc + 06fa84b commit 53fb816Copy full SHA for 53fb816
src/generate/register.rs
@@ -156,7 +156,7 @@ pub fn render(
156
&description, methods.join(", "));
157
158
if name_sc != "cfg" {
159
- doc += format!("\n\nFor information about avaliable fields see [{0}]({0}) module", &name_sc).as_str();
+ doc += format!("\n\nFor information about available fields see [{0}]({0}) module", &name_sc).as_str();
160
}
161
out.push(quote! {
162
#[doc = #doc]
0 commit comments