1
0
Fork 0
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:
Rob Gleeson 2011-05-06 15:18:23 +01:00
parent c611b45f57
commit dcc6ce4dbc

View file

@ -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