Skip to content

Commit

Permalink
Fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller committed Feb 22, 2024
1 parent a8362b2 commit 159298e
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 @@ -341,8 +341,8 @@ <h3>Margins</h3>
<pre>marginConstraints(inset: 100)</pre>
<pre>marginConstraints(insets: directional)</pre>
<pre>marginConstraints(insets: canonical)</pre>
<pre>sidemarginConstraints()</pre>
<pre>sidemarginConstraints(inset: 100)</pre>
<pre>sideMarginConstraints()</pre>
<pre>sideMarginConstraints(inset: 100)</pre>
<h2>Auto Layout</h2>
<h3>NSLayoutConstraint</h3>
<pre>activate()</pre>
Expand Down

0 comments on commit 159298e

Please sign in to comment.