mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix JSDoc tag in ReactElement.js
This commit is contained in:
@@ -85,7 +85,7 @@ function defineMutationMembrane(prototype) {
|
||||
* @param {*} type
|
||||
* @param {string|object} ref
|
||||
* @param {*} key
|
||||
* @params {*} props
|
||||
* @param {*} props
|
||||
* @internal
|
||||
*/
|
||||
var ReactElement = function(type, key, ref, owner, context, props) {
|
||||
|
||||
Reference in New Issue
Block a user