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
1 changed files with 1 additions and 1 deletions

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__