File tree 2 files changed +2
-2
lines changed
crates/oxc_semantic/src/jsdoc/parser
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
runs-on : ubuntu-latest
150
150
steps :
151
151
- uses : taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
152
- - uses : crate-ci/typos@11ca4583f2f3f74c7e7785c0ecb20fe2c99a4308 # v1.29.5
152
+ - uses : crate-ci/typos@51f257b946f503b768e522781f56e9b7b5570d48 # v1.29.7
153
153
with :
154
154
files : .
155
155
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ impl<'a> JSDocCommentPart<'a> {
30
30
//
31
31
// And if the passed `Span` for miette diagnostics is multiline,
32
32
// it will just render arrow markers which is not intuitive.
33
- // (It renders a nice undeline for single line span, but not for multiline)
33
+ // (It renders a nice underline for single line span, but not for multiline)
34
34
// ```
35
35
// ╭─▶ * @kind1 COMMENT
36
36
// │ * WILL BE ...
You can’t perform that action at this time.
0 commit comments