Skip to content

Commit

Permalink
documentation bug
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
slyphon committed Aug 29, 2012
1 parent dd1a5af commit 89f42e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/zk/client/base.rb
Expand Up @@ -198,7 +198,7 @@ def wait_until_connected(timeout=10)
# @option opts [Object] :context (nil) an object passed to the `:callback`
# given as the `context` param
#
# @option opts [:create,nil] :or (nil) syntactic sugar to say 'if this
# @option opts [:set,nil] :or (nil) syntactic sugar to say 'if this
# path already exists, then set its contents.' Note that this will
# also create all intermediate paths as it delegates to
# {ZK::Client::Unixisms#mkdir_p}. Note that this option can only be
Expand Down Expand Up @@ -233,7 +233,7 @@ def wait_until_connected(timeout=10)
# @option opts [Object] :context (nil) an object passed to the `:callback`
# given as the `context` param
#
# @option opts [:create,nil] :or (nil) syntactic sugar to say 'if this
# @option opts [:set,nil] :or (nil) syntactic sugar to say 'if this
# path already exists, then set its contents.' Note that this will
# also create all intermediate paths as it delegates to
# {ZK::Client::Unixisms#mkdir_p}. Note that this option can only be
Expand Down

0 comments on commit 89f42e9

Please sign in to comment.