Merge pull request #5049 from xelad1/patch-1

Fixed unclear wording in comment
This commit is contained in:
Paul O’Shannessy
2015-10-29 23:21:05 -07:00

View File

@@ -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.