Skip to content

Commit ff01a8d

Browse files
committed
Fix description
1 parent 228978f commit ff01a8d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/pkgs/name2standalone

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/pkgs/name2standalone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var name2standalone = require( '@stdlib/_tools/pkgs/name2standalone' );
3232

3333
#### name2standalone( name )
3434

35-
Convert a stdlib package `name` (or a list of package names) to a standalone package name.
35+
Converts a stdlib package `name` (or a list of package names) to a standalone package name.
3636

3737
```javascript
3838
var out = name2standalone( '@stdlib/math/base/special/sin' );

0 commit comments

Comments
 (0)