From 2a637fd163a01b46ec27394305164c477d04574f Mon Sep 17 00:00:00 2001 From: Kristupas Antanavicius Date: Fri, 9 Feb 2024 14:14:11 +0200 Subject: [PATCH] Update bindgen/src/gen_go/mod.rs Co-authored-by: Martynas Gurskas --- bindgen/src/gen_go/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), "// ");