We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe2fba commit 60885a2Copy full SHA for 60885a2
.github/workflows/ci.yml
@@ -191,7 +191,7 @@ jobs:
191
runs-on: ubuntu-latest
192
steps:
193
- uses: actions/checkout@v6
194
- - uses: crate-ci/typos@v1.39.0
+ - uses: crate-ci/typos@v1.41.0
195
196
docs:
197
_typos.toml
@@ -1,4 +1,5 @@
1
[default.extend-words]
2
# Don't correct the shorthand for ByteArray.
3
ba = "ba"
4
+bimap = "bimap"
5
compilability = "compilability"
0 commit comments