Skip to content

Commit

Permalink
Correct method error [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 25, 2016
1 parent 970701c commit 9cf40ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/javascript/tutorial/sync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ This will raise an :js:class:`Error` if another node has set this value already.

Any node which sets a value can change this value as well. Changing the value renews the lease on it.

:js:func:`~js2p.sync.sync_socket.__delitem__`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:js:func:`~js2p.sync.sync_socket.del`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Any node which owns a key, can clear its value. Doing this will relinquish your lease on that value. Like the above, this call is ``O(n)``.

Expand Down

0 comments on commit 9cf40ec

Please sign in to comment.