Skip to content

Commit 9463247

Browse files
committed
docs: fix typo in doc string comment
A copy and paste error from the beginning of this project.
1 parent 6e6e43d commit 9463247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp-linter/src/clang_tools/clang_format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pub fn tally_format_advice(files: &[Arc<Mutex<FileObj>>]) -> u64 {
8080
total
8181
}
8282

83-
/// Run clang-tidy for a specific `file`, then parse and return it's XML output.
83+
/// Run clang-format for a specific `file`, then parse and return it's XML output.
8484
pub fn run_clang_format(
8585
file: &mut MutexGuard<FileObj>,
8686
clang_params: &ClangParams,

0 commit comments

Comments
 (0)