Skip to content

Commit

Permalink
Align JSDoc columns
Browse files Browse the repository at this point in the history
Co-Authored-By: Andrew Duthie <[email protected]>
  • Loading branch information
sirreal and aduth authored Mar 31, 2020
1 parent 1da3a49 commit 06b1bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/element/src/serialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,9 @@ export function renderComponent(
/**
* Serializes an array of children to string.
*
* @param {import('react').ReactNodeArray} children Children to serialize.
* @param {Object} [context] Context object.
* @param {Object} [legacyContext] Legacy context object.
* @param {import('react').ReactNodeArray} children Children to serialize.
* @param {Object} [context] Context object.
* @param {Object} [legacyContext] Legacy context object.
*
* @return {string} Serialized children.
*/
Expand Down

0 comments on commit 06b1bf9

Please sign in to comment.