Skip to content

Commit

Permalink
Update bindgen/src/gen_go/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Martynas Gurskas <[email protected]>
  • Loading branch information
arg0d and Lipt0nas authored Feb 9, 2024
1 parent ce68952 commit 2a637fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen/src/gen_go/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ pub mod filters {
Ok(oracle().enum_variant_name(nm))
}

/// Get the idiomatic C# rendering of docstring
/// Get the idiomatic Go rendering of docstring
pub fn docstring(docstring: &str, tabs: &i32) -> Result<String, askama::Error> {
let docstring = textwrap::indent(&textwrap::dedent(docstring), "// ");

Expand Down

0 comments on commit 2a637fd

Please sign in to comment.