[Pkg-javascript-commits] [node-leveldown] 362/492: minor fixes
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit b142718a0ac32ca04c97e85d6d726e8eb431e89f
Author: Rod Vagg <rod at vagg.org>
Date: Sun Jul 7 14:13:01 2013 +1000
minor fixes
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 3d4365d..efbde49 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,7 @@ Currently, the only valid properties are:
--------------------------------------------------------
-<a name="createIterator"></a>
+<a name="leveldown_iterator"></a>
### leveldown#iterator([options])
<code>iterator()</code> is an instance method on an existing database object. It returns a new **Iterator** instance.
@@ -214,8 +214,8 @@ the `callback` function will be called with no arguments in any of the following
Otherwise, the `callback` function will be called with the following 3 arguments:
* `error` - any error that occurs while incrementing the iterator.
-* `key` - either a `String` or a Node.js `Buffer` object depending on the `keyAsBuffer` argument when the `createIterator()` was called.
-* `value` - either a `String` or a Node.js `Buffer` object depending on the `valueAsBuffer` argument when the `createIterator()` was called.
+* `key` - either a `String` or a Node.js `Buffer` object depending on the `keyAsBuffer` argument when the `iterator()` was called.
+* `value` - either a `String` or a Node.js `Buffer` object depending on the `valueAsBuffer` argument when the `iterator()` was called.
--------------------------------------------------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list