Skip to content

Commit 06fa84b

Browse files
committed
Fix typo in generated doc string
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent b0503bc commit 06fa84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/register.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pub fn render(
156156
&description, methods.join(", "));
157157

158158
if name_sc != "cfg" {
159-
doc += format!("\n\nFor information about avaliable fields see [{0}]({0}) module", &name_sc).as_str();
159+
doc += format!("\n\nFor information about available fields see [{0}]({0}) module", &name_sc).as_str();
160160
}
161161
out.push(quote! {
162162
#[doc = #doc]

0 commit comments

Comments
 (0)