lib/ably/util/safe_deferrable.rb in ably-1.2.4 vs lib/ably/util/safe_deferrable.rb in ably-1.2.6

- old
+ new

@@ -1,7 +1,7 @@ module Ably::Util # SafeDeferrable class provides a Deferrable that is safe to use for for public interfaces - # of this client library. Any exceptions raised in the success or failure callbacks are + # of this client library. Any exceptions raised in the success or failure callbacks are # caught and logged to the provided logger. # # An exception in a callback provided by a developer should not break this client library # and stop further execution of code. #