diff --git a/bindgen/src/gen_go/mod.rs b/bindgen/src/gen_go/mod.rs index 72d58bc..e6b78b7 100644 --- a/bindgen/src/gen_go/mod.rs +++ b/bindgen/src/gen_go/mod.rs @@ -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 { let docstring = textwrap::indent(&textwrap::dedent(docstring), "// ");