Skip to content

Commit 53fb816

Browse files
Merge #396
396: Fix typo in generated doc string r=Disasm a=therealprof Signed-off-by: Daniel Egger <daniel@eggers-club.de> Co-authored-by: Daniel Egger <daniel@eggers-club.de>
2 parents b0503bc + 06fa84b commit 53fb816

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)