Skip to content

Commit

Permalink
Fix: lint docs error (#181)
Browse files Browse the repository at this point in the history
fix lint docs
  • Loading branch information
He1pa authored Sep 5, 2022
1 parent 2b09b19 commit 55a3d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kclvm/tools/src/lint/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mod tests;
///
/// ```no_run
/// use kclvm_tools::lint::lint_files;
/// (error, warning) = lint_files(vec![&test.k], None));
/// let (error, warning) = lint_files(&["test.k"], None);
/// ```
///
/// - test.k
Expand Down

0 comments on commit 55a3d86

Please sign in to comment.