1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 05:01:17 +02:00
This commit is contained in:
Ian Storm Taylor
2016-06-23 15:56:28 -07:00
parent e5ab110a0a
commit a69bf07ee0

View File

@@ -301,7 +301,7 @@ const Node = {
/** /**
* Get a child node by `key`. * Get a child node by `key`.
* *
* @param {String} key * @param {String or Node} key
* @return {Node or Null} node * @return {Node or Null} node
*/ */