Skip to content

Commit ede2fc2

Browse files
committed
Update description
1 parent 67fe914 commit ede2fc2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/node_modules/@stdlib/constants/math/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Constants
22

3-
> Standard library of mathematical constants.
3+
> Mathematical constants.
44
55
<section class="usage">
66

@@ -12,7 +12,7 @@ var constants = require( '@stdlib/constants/math' );
1212

1313
#### constants
1414

15-
Standard library of mathematical constants.
15+
Mathematical constants.
1616

1717
```javascript
1818
var c = constants;

lib/node_modules/@stdlib/constants/math/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/constants/math",
33
"version": "0.0.0",
4-
"description": "Standard library of mathematical constants.",
4+
"description": "Mathematical constants.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)