Skip to content

Commit

Permalink
Grammar improvements in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bourumir-wyngs committed May 4, 2024
1 parent 4d25f5e commit aa204b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fn main() {
BY_PREV,
));

println!("If we do not have the previous pose yet, we can now ask to prever the pose \
println!("If we do not have the previous pose yet, we can now ask to prefer the pose \
closer to the center of constraints.");
let solutions = robot.inverse_continuing(&pose, &CONSTRAINT_CENTERED);
dump_solutions(&solutions);
Expand Down

0 comments on commit aa204b9

Please sign in to comment.