Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Apr 6, 2024
1 parent 6e7a9ca commit 56e748b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ ford ford.yml
## ToDo

### B-Splines and NURBS
- [x] Add `insert_knot()` method for curves, surfaces and volumes.
- [ ] Add `remove_knot()` method for curves, surfaces and volumes.
- [x] Add `insert_knots()` method for curves, surfaces and volumes.
- [ ] Add `remove_knots()` method for curves, surfaces and volumes.
- [x] Add `elevate_degree()` method for curves.
- [ ] Add `elevate_degree()` method for surfaces and volumes.
- [ ] Add `reduce_degree()` method for curves, surfaces and volumes.
Expand Down

0 comments on commit 56e748b

Please sign in to comment.