Skip to content

Commit

Permalink
Missing a word (#68)
Browse files Browse the repository at this point in the history
Missing `[ASInsetLayoutSpec` from ASInsetLayoutSpec creation line.
  • Loading branch information
djblake authored and maicki committed Apr 25, 2017
1 parent 09ad3b7 commit 1456366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/layout2-layoutspec-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ If you set `INFINITY` as a value in the `UIEdgeInsets`, the inset spec will just
{
...
UIEdgeInsets *insets = UIEdgeInsetsMake(10, 10, 10, 10);
ASInsetLayoutSpec *headerWithInset = insetLayoutSpecWithInsets:insets child:textNode];
ASInsetLayoutSpec *headerWithInset = [ASInsetLayoutSpec insetLayoutSpecWithInsets:insets child:textNode];
...
}
</pre>
Expand Down

0 comments on commit 1456366

Please sign in to comment.