Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Polyakovsky committed Apr 21, 2024
1 parent d9fe5ef commit 73e9860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: `<module name>_<name>`.
pub fn add_info_section(&self, name: Option<&str>) -> Status {
add_info_section(self.ctx, name)
Expand Down

0 comments on commit 73e9860

Please sign in to comment.