diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-03-28 14:28:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-28 14:28:46 +0100 |
| commit | 06ce87d18b62ee78c2f50bac17f066e09d4a82d6 (patch) | |
| tree | 8b5d2ab57aeae8c8e46d68fb0eb894e359aa1228 | |
| parent | fb027942bb8b7d2f60c2f972584fded165e853c1 (diff) | |
| parent | f040793de1899d310d3b7a2a9996b8f583066cfe (diff) | |
| download | packages-06ce87d18b62ee78c2f50bac17f066e09d4a82d6.tar.gz packages-06ce87d18b62ee78c2f50bac17f066e09d4a82d6.zip | |
Merge pull request #690 from Yardanico/patch-1
Update mathexpr description
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 9092119..36a01b5 100644 --- a/packages.json +++ b/packages.json @@ -6644,7 +6644,7 @@ "mathparser", "tinyexpr" ], - "description": "MathExpr - wrapper around TinyExpr C library", + "description": "MathExpr - pure-Nim mathematical expression evaluator library", "license": "MIT", "web": "https://github.com/Yardanico/nim-mathexpr" }, |
