From 73e9860ea4bbd633fb31b0c046362dd6e517818b Mon Sep 17 00:00:00 2001 From: Dmitry Polyakovsky Date: Sun, 21 Apr 2024 07:09:49 -0700 Subject: [PATCH] fixed typo --- src/context/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/mod.rs b/src/context/mod.rs index da34247..c25b135 100644 --- a/src/context/mod.rs +++ b/src/context/mod.rs @@ -1286,7 +1286,7 @@ impl InfoContext { } #[deprecated = "Please use [`InfoContext::builder`] instead."] - /// The `name` of the sction will be prefixed with the module name + /// The `name` of the section will be prefixed with the module name /// and an underscore: `_`. pub fn add_info_section(&self, name: Option<&str>) -> Status { add_info_section(self.ctx, name)