[x] This pull request is complete and ready for review.
Description
This is an update to one of the source code samples.
Your README.md states compatibility with Swift4.2, so this change from Swift 3 is warranted, I hope.
Feel free to deny the PR if I should have overlooked something.
The following code samples all use
append(_:)
without thevalue:
label and since Swift 3 (https://github.com/apple/swift-evolution/blob/master/proposals/0046-first-label.md) this has to be implemented with a preceding_
in the function signature.Checklist
Description
This is an update to one of the source code samples.
Your README.md states compatibility with Swift4.2, so this change from Swift 3 is warranted, I hope. Feel free to deny the PR if I should have overlooked something.