Skip to content

Commit b383808

Browse files
authored
CI: bump typos to v1.38.1 (#1084)
1 parent 21e60ba commit b383808

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: actions/checkout@v5
45-
- uses: crate-ci/typos@v1.36.2
45+
- uses: crate-ci/typos@v1.38.1

ml-dsa/src/sampling.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ mod test {
214214
}
215215

216216
// Verify that RejNTTPoly produces samples that are in the proper range, and roughly uniform.
217-
// For the "roughly unform" criterion,
217+
// For the "roughly uniform" criterion,
218218
#[test]
219219
fn test_rej_ntt_poly() {
220220
let sample: Array<Array<Elem, U256>, U16> = Array::from_fn(|i| {

0 commit comments

Comments
 (0)