Skip to content

Commit aa6fcf9

Browse files
xelad1zpao
authored andcommitted
Fixed unclear wording in comment
Perhaps not understanding what "key a set a fragment..." is supposed to mean. Hopefully I'm not misreading this as a typo.
1 parent c35b438 commit aa6fcf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/addons/ReactFragment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var warning = require('warning');
2020

2121
/**
2222
* We used to allow keyed objects to serve as a collection of ReactElements,
23-
* or nested sets. This allowed us a way to explicitly key a set a fragment of
23+
* or nested sets. This allowed us a way to explicitly key a set or fragment of
2424
* components. This is now being replaced with an opaque data structure.
2525
* The upgrade path is to call React.addons.createFragment({ key: value }) to
2626
* create a keyed fragment. The resulting data structure is an array.

0 commit comments

Comments
 (0)