Skip to content

Commit ca9545e

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent 7c7f8c3 commit ca9545e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/repl/lib/commands/keybindings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function command( repl ) {
5050
*
5151
* @private
5252
* @param {string} [action] - action name
53-
* @returns {(Object|Array<Object>)} keybindings object or a list of keybindings for an action
53+
* @returns {(Object|Array<Object>)} keybindings object or a list of keybindings
5454
*/
5555
function onCommand() {
5656
var action;

0 commit comments

Comments
 (0)