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 52d45dd commit 6824d4fCopy full SHA for 6824d4f
.github/workflows/qa.yml
@@ -9,4 +9,4 @@ jobs:
9
steps:
10
- uses: actions/checkout@v3
11
# Executes "typos ."
12
- - uses: crate-ci/typos@master
+ - uses: crate-ci/typos@v1.13.20
uefi/src/table/revision.rs
@@ -2,7 +2,7 @@ use core::fmt;
2
3
/// A revision of the UEFI specification.
4
///
5
-/// The major revision number is incremented on major, API-incompatible changes.
+/// The major revision nubmer is incremented on major, API-incompatible changes.
6
7
/// The minor revision number is incremented on minor changes,
8
/// it is stored as a two-digit binary-coded decimal.
0 commit comments