lib/upgrow/result.rb in upgrow-0.0.3 vs lib/upgrow/result.rb in upgrow-0.0.4

- old
+ new

@@ -16,10 +16,10 @@ # how to evaluate if an operation was successful or not by simply checking the # success or failure of a Result. # # Additionally, Result instances behave like monadic values by offering # bindings to be called only in case of success or failure, which further - # simplifies the caller’s code by not having to use conditional to check for + # simplifies the caller's code by not having to use conditional to check for # errors. class Result < ImmutableStruct class << self # Creates a new Result class that can handle the given members. #