1
0
Fork 0
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:
Kyrylo Silin 2012-07-23 00:39:47 +03:00
parent 083b06aba2
commit e805a64a93

View file

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