From c956cbb3a07660fa48bf1af0463bbdd9ad26094c Mon Sep 17 00:00:00 2001 From: Bourumir Wyngs Date: Sat, 4 May 2024 12:19:38 +0200 Subject: [PATCH] Grammar improvements in README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b489a4e..2eda2af 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,6 @@ fn main() { let solutions = robot.inverse_continuing(&pose, &CONSTRAINT_CENTERED); dump_solutions(&solutions); - println!("With constraints, sorted by proximity to the previous pose"); let solutions = robot.inverse_continuing(&pose, &when_continuing_from_j6_0); dump_solutions(&solutions);