From a69bf07ee0a3b4b3ac64c24e1860636988b657d8 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Thu, 23 Jun 2016 15:56:28 -0700 Subject: [PATCH] ocd --- lib/models/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/models/node.js b/lib/models/node.js index 571ac76cb..aaea9b590 100644 --- a/lib/models/node.js +++ b/lib/models/node.js @@ -301,7 +301,7 @@ const Node = { /** * Get a child node by `key`. * - * @param {String} key + * @param {String or Node} key * @return {Node or Null} node */