Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Wrap apply with code #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/spread-operator/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default React.createClass({
</p>
<p>
This is most useful for dealing with cases like <Code>apply</Code> where you want to pass an iterable as its components.
In fact, apply is no longer needed to pass an array as arguments.
In fact, <Code>apply</Code> is no longer needed to pass an array as arguments.
<Playground codeText={b} es6Console={true} scope={{}} />
</p>
<p>
Expand Down