Skip to content

Commit 08139aa

Browse files
committed
fix: typos
1 parent 0827c0f commit 08139aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/zookeeper.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class ZooKeeper extends EventEmitter {
255255
/**
256256
* @param path {string}
257257
* @param watch {boolean}
258-
* @param childCb {childCb}
258+
* @param childCb {child2Cb}
259259
* @returns {*}
260260
*/
261261
a_get_children2(path, watch, childCb) {
@@ -266,7 +266,7 @@ class ZooKeeper extends EventEmitter {
266266
/**
267267
* @param path {string}
268268
* @param watchCb {watchCb}
269-
* @param childCb {childCb}
269+
* @param childCb {child2Cb}
270270
* @returns {*}
271271
*/
272272
aw_get_children2(path, watchCb, childCb) {

0 commit comments

Comments
 (0)