mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Merge pull request #5049 from xelad1/patch-1
Fixed unclear wording in comment
This commit is contained in:
@@ -20,7 +20,7 @@ var warning = require('warning');
|
||||
|
||||
/**
|
||||
* We used to allow keyed objects to serve as a collection of ReactElements,
|
||||
* or nested sets. This allowed us a way to explicitly key a set a fragment of
|
||||
* or nested sets. This allowed us a way to explicitly key a set or fragment of
|
||||
* components. This is now being replaced with an opaque data structure.
|
||||
* The upgrade path is to call React.addons.createFragment({ key: value }) to
|
||||
* create a keyed fragment. The resulting data structure is an array.
|
||||
|
||||
Reference in New Issue
Block a user