Skip to content

Commit

Permalink
Remove “guide” term from cheatsheet (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller authored Mar 2, 2024
1 parent db06eca commit d0c590e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h3>Edges</h3>
<pre>toSideEdges(inset: 100,
priority: .high)</pre>
<h3>Margins</h3>
<p>Constrains to superview margins guide.<p>
<p>Constrains to superview margins.<p>
<pre>toMargins()</pre>
<pre>toMargins(inset: 100, priority: .high)</pre>
<pre>toMargins(insets: directional)</pre>
Expand All @@ -233,7 +233,7 @@ <h3>Margins</h3>
<pre>toSideMargins(inset: 100,
priority: .high)</pre>
<h3>Safe Area</h3>
<p>Constrains to superview safe area guide.<p>
<p>Constrains to superview safe area.<p>
<pre>toSafeArea()</pre>
<pre>toSafeArea(inset: 100, priority: .high)</pre>
<pre>toSafeArea(insets: directional)</pre>
Expand Down

0 comments on commit d0c590e

Please sign in to comment.