Skip to content

Replacing Equal Signs with Colons For Attribute Arguments#159

Merged
lattner merged 1 commit intoswiftlang:masterfrom
erica:master
Feb 19, 2016
Merged

Replacing Equal Signs with Colons For Attribute Arguments#159
lattner merged 1 commit intoswiftlang:masterfrom
erica:master

Conversation

@erica
Copy link
Contributor

@erica erica commented Feb 18, 2016

Attribute arguments are unlike other Swift language arguments. At the call site, they use = instead of colons to distinguish argument names from passed values. This proposal brings attributes into compliance with Swift standard practices by replacing the use of "=" with ":" in this one-off case.

lattner added a commit that referenced this pull request Feb 19, 2016
Replacing Equal Signs with Colons For Attribute Arguments
@lattner lattner merged commit 823f12f into swiftlang:master Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants