Skip to content

Commit 1c65ce4

Browse files
committed
Improve comment wording
1 parent 5a50537 commit 1c65ce4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/styleRe.rei

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
type t;
22

3-
/** Coerces an array of styles to a single style.
3+
/** Generates a style out of an array of styles.
44
* This is equivalent:
55
* // js
66
* <View style={[styleA, styleB]} />
@@ -18,8 +18,6 @@ let combine: t => t => t;
1818
let concat: list t => t;
1919

2020

21-
/** Equivalent to [style_a, style_b] in js */
22-
2321
/**
2422
* Layout Props
2523
*/

0 commit comments

Comments
 (0)