Skip to content

Commit 7573346

Browse files
committed
function_name.rs NFC fix docstring grammar errors
1 parent f9305f9 commit 7573346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/function_name.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//!
88
//! [`printers`]: crate::printers
99
10-
/// Return the current the current function name as a `&'static str`,
10+
/// Return the current function name as a `&'static str`,
1111
/// e.g. `"my_func"`.
1212
///
1313
/// `function_name` must be a macro (and not a function) to reliably use
@@ -110,7 +110,7 @@ macro_rules! function_name_plus {
110110
}
111111
pub use function_name_plus;
112112

113-
/// Return the current current function name full path as a `&'static str`,
113+
/// Return the current function name full path as a `&'static str`,
114114
/// e.g. `"my_lib::my_mod::my_func"`.
115115
///
116116
/// `function_name_full` must be a macro (and not a function) to reliably use

0 commit comments

Comments
 (0)