Skip to content

Commit

Permalink
Fix Fear.option yard signature (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshakov committed Nov 21, 2023
1 parent 46c5b03 commit 4a77f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fear/option_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module OptionApi
# An +Option+ factory which creates +Some+ if the argument is
# not +nil+, and +None+ if it is +nil+.
# @param value [any]
# @return [Fear::Some, Fear::None]
# @return [Fear::Option<any>]
#
# @example
# Fear.option(nil) #=> #<Fear::None>
Expand Down

0 comments on commit 4a77f16

Please sign in to comment.