Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
katopz committed Sep 14, 2023
1 parent 1107e2a commit 185acfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/r1/marker-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fn main() {
let ps5 = PlayStation::default();
// Can access only version.
println!("ps4_version:{}", ps5.version());
println!("ps5.version:{}", ps5.version());
// Can play after turn on.
ps5.turn_on().play();
Expand Down

0 comments on commit 185acfb

Please sign in to comment.