Instead of ```swift Inset( uniformInset: 24.0, wrapping: label) ``` we should make the tutorials use the trailing modifier syntax: ```swift label.inset(uniform: 24) ``` (came up in #130)