mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Fix typo. "@pasam" should be "@param".
This commit is contained in:
parent
c611b45f57
commit
dcc6ce4dbc
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class Pry
|
|||
# Aliases a command
|
||||
# @param [String] new_name New name of the command.
|
||||
# @param [String] old_name Old name of the command.
|
||||
# @pasam [String, nil] desc New description of the command.
|
||||
# @param [String, nil] desc New description of the command.
|
||||
def alias_command(new_name, old_name, desc = nil)
|
||||
commands[new_name] = commands[old_name].dup
|
||||
commands[new_name].name = new_name
|
||||
|
|
Loading…
Reference in a new issue