Skip to content

Commit

Permalink
PLAT-111221: Fix doc parse errors (#2793)
Browse files Browse the repository at this point in the history
Enact-DCO-1.0-Signed-off-by: Roy Sutton [email protected]

Integrated-By: Ryan Duffy ([email protected])
  • Loading branch information
Roy Sutton authored Jun 19, 2020
1 parent 412e510 commit cf2bc88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/useChainRefs/useChainRefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function updateRef (ref, node) {
/**
* Creates a reference callback that updates each of the provided references
*
* @memberof core/useChainRefs
* @param {Object|Function} ...handlers List of references to be updated.
* @returns {Function} A callback that updates each reference
* @public
Expand All @@ -40,6 +41,7 @@ function chainRefs (...refs) {
/**
* Creates a memoized reference callback that updates each of the provided references
*
* @memberof core/useChainRefs
* @param {Object|Function} ...handlers List of references to be updated.
* @returns {Function} A memoized callback that updates each reference
* @public
Expand Down

0 comments on commit cf2bc88

Please sign in to comment.