Skip to content

Commit c4ec4b3

Browse files
typo
Co-authored-by: Omer Genan <81963672+genan2003@users.noreply.github.com>
1 parent e5bf027 commit c4ec4b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lab05/src/mpu6500/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub enum ConfigRegister {
4444
///
4545
/// Instead of using numbers we defined this as an enum to
4646
/// make sure that users cannot use any other values
47-
/// than the these.
47+
/// than these.
4848
///
4949
/// This is represented as a `u8` so that it can be cast
5050
/// to a `u8` using the `as` keyword

0 commit comments

Comments
 (0)