Skip to content

Commit

Permalink
comments update
Browse files Browse the repository at this point in the history
  • Loading branch information
inesmaria08 committed Sep 20, 2024
1 parent e0e332d commit a020e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/servo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn main() {
)
.unwrap();
} else if val2 == Err(ErrorCode::NoSupport) {
writeln!(Console::writer(), "The servo cannot return it's angle").unwrap();
writeln!(Console::writer(), "The servo cannot return its angle").unwrap();
} else if val1 == Err(ErrorCode::NoDevice) {
writeln!(
Console::writer(),
Expand Down

0 comments on commit a020e78

Please sign in to comment.