Skip to content

Commit

Permalink
Merge pull request #5049 from xelad1/patch-1
Browse files Browse the repository at this point in the history
Fixed unclear wording in comment
  • Loading branch information
zpao committed Oct 30, 2015
2 parents c35b438 + aa6fcf9 commit 7619214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/ReactFragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7619214

Please sign in to comment.