Skip to content

Commit 46e6587

Browse files
committed
[docs] add link to create-fragment from React.Children.map docs
1 parent 2fa52f3 commit 46e6587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/ref-01-top-level-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Verifies the object is a ReactElement.
9898
array React.Children.map(object children, function fn [, object thisArg])
9999
```
100100

101-
Invoke `fn` on every immediate child contained within `children` with `this` set to `thisArg`. If `children` is a keyed fragment or array it will be traversed: `fn` will never be passed the container objects. If children is `null` or `undefined` returns `null` or `undefined` rather than an array.
101+
Invoke `fn` on every immediate child contained within `children` with `this` set to `thisArg`. If `children` is a [keyed fragment](/react/docs/create-fragment.html) or array it will be traversed: `fn` will never be passed the container objects. If children is `null` or `undefined` returns `null` or `undefined` rather than an array.
102102

103103
#### React.Children.forEach
104104

0 commit comments

Comments
 (0)