mirror of
https://github.com/maciejpedzich/f1-game-packet-parser.git
synced 2025-04-12 00:21:11 +02:00
docs: fix various typos in doc comments
This commit is contained in:
parent
b20a90706f
commit
3915dc62d5
@ -105,7 +105,7 @@ pub enum Weather {
|
|||||||
Storm = 5,
|
Storm = 5,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Temperature change direction. Represents a [`u8`].
|
/// Temperature change direction. Represents an [`i8`].
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
#[derive(
|
#[derive(
|
||||||
BinRead,
|
BinRead,
|
||||||
@ -1067,7 +1067,7 @@ pub enum ErsDeployMode {
|
|||||||
Hotlap = 3,
|
Hotlap = 3,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Flag the driver is currently being shown. Represents a [`u8`].
|
/// Flag the driver is currently being shown. Represents an [`i8`].
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
#[derive(
|
#[derive(
|
||||||
BinRead,
|
BinRead,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
//! Convert binary data from F1 24, F1 23, and F1 22 UDP telemetry into organised structs.
|
//! Convert binary data from F1 24, F1 23, and F1 22 UDP telemetry into organised structs.
|
||||||
//! ## Getting started
|
//! ## Getting started
|
||||||
//!
|
//!
|
||||||
//! Add `f1_game_packet_parser` to your project by running the following command:
|
//! Add `f1-game-packet-parser` to your project by running the following command:
|
||||||
//!
|
//!
|
||||||
//! ```sh
|
//! ```sh
|
||||||
//! cargo add f1-game-packet-parser
|
//! cargo add f1-game-packet-parser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user