Skip to content

Commit 211452a

Browse files
committed
Edit README
1 parent 839f5d3 commit 211452a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,15 @@ view1.top >> view2.lastBaseline
152152

153153
All layout attributes can be used in that way, while baselines are not available on layout guides.
154154

155-
If left side (source) and right side (target) refer to the same layout attribute, you may omit one of them. These are equivalent:
155+
If source and target refer to the same attribute, you may omit the attribute on one side. These are equivalent:
156156

157157
```swift
158158
item1.left >> item2.left
159159
item1.left >> item2
160160
item1 >> item2.left
161161
```
162162

163-
You may modify the constrain target (right side attribute) and also chain these modifications:
163+
You may modify the constrain target and also chain these modifications:
164164

165165
```swift
166166
item1 >> item2.left.offset(8)

0 commit comments

Comments
 (0)