rust-or / good_lp

Linear Programming for Rust, with a user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solvers.
https://crates.io/crates/good_lp
MIT License
216 stars 35 forks source link

Typos in repo description #46

Closed KnorpelSenf closed 3 months ago

KnorpelSenf commented 3 months ago

Current description of the repo:

Linear Programming for Rust, with an user-friendly API. This crate allows modeling LP problems, and let's you solve them with various solvers.

Fixed typos (an → a, let's → lets):

Linear Programming for Rust, with a user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solvers.

Please update the description on GitHub :)

lovasoa commented 3 months ago

Thanks! Can you open a small pull request with the changes?

KnorpelSenf commented 3 months ago

Nope, you need to update the repository settings in the web interface (otherwise I would've opened a pull request directly)

KnorpelSenf commented 3 months ago

-211270_temp That thing there on the main repo page

lovasoa commented 3 months ago

Oh, sorry !

Fixed, thanks.