Skip to content

Commit 9223aba

Browse files
committed
Update descriptions
1 parent 4af3857 commit 9223aba

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/node_modules/@stdlib/utils/function-name/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Returns the name of a function.
22+
* Return the name of a function.
2323
*
2424
* @module @stdlib/utils/function-name
2525
*

lib/node_modules/@stdlib/utils/move-property/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Moves a property from one object to another object.
22+
* Move a property from one object to another object.
2323
*
2424
* @module @stdlib/utils/move-property
2525
*

lib/node_modules/@stdlib/utils/native-class/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Returns a string value indicating a specification defined classification of an object.
22+
* Return a string value indicating a specification defined classification of an object.
2323
*
2424
* @module @stdlib/utils/native-class
2525
*

lib/node_modules/@stdlib/utils/try-function/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Wraps a function in a try/catch block.
22+
* Wrap a function in a try/catch block.
2323
*
2424
* @module @stdlib/utils/try-function
2525
*

0 commit comments

Comments
 (0)