Skip to content

Commit 6824d4f

Browse files
committed
XXX add typo on purpose to test ci
1 parent 52d45dd commit 6824d4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
# Executes "typos ."
12-
- uses: crate-ci/typos@master
12+
- uses: crate-ci/typos@v1.13.20

uefi/src/table/revision.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use core::fmt;
22

33
/// A revision of the UEFI specification.
44
///
5-
/// The major revision number is incremented on major, API-incompatible changes.
5+
/// The major revision nubmer is incremented on major, API-incompatible changes.
66
///
77
/// The minor revision number is incremented on minor changes,
88
/// it is stored as a two-digit binary-coded decimal.

0 commit comments

Comments
 (0)