Skip to content

Commit 8314ed5

Browse files
committed
fix(linter/tsgolint): correct comment (#13589)
1 parent 198243b commit 8314ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/tsgolint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use crate::{
2222
/// State required to initialize the `tsgolint` linter.
2323
#[derive(Debug, Clone)]
2424
pub struct TsGoLintState {
25-
/// The path to the `tsgolint` executable (at least our our best guess at it).
25+
/// The path to the `tsgolint` executable (at least our best guess at it).
2626
executable_path: PathBuf,
2727
/// Current working directory, used for rendering paths in diagnostics.
2828
cwd: PathBuf,

0 commit comments

Comments
 (0)