mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Fix typo in YARD return tag
`@retun` -> `@return` Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
This commit is contained in:
parent
083b06aba2
commit
e805a64a93
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
class Pry
|
||||
# @retun [String] Code of the method used when implementing Pry's
|
||||
# @return [String] Code of the method used when implementing Pry's
|
||||
# __binding__.
|
||||
#
|
||||
# @see Object#__binding__
|
||||
|
|
Loading…
Add table
Reference in a new issue