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 b0503bc commit 06fa84bCopy full SHA for 06fa84b
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