Skip to content

Commit

Permalink
Merge pull request swiftlang#202 from dduan/add_swift3_migration_to_S…
Browse files Browse the repository at this point in the history
…E-0040

include @swift3_migration in SE-0040
  • Loading branch information
lattner committed Mar 10, 2016
2 parents 24798eb + f7b649e commit 02cc54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/0040-attributecolons.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Common attributes include `@noescape` for parameters that cannot outlive the lif
offers about a dozen distinct attributes, and is likely to expand this vocabulary in future language updates.

Some attributes accept arguments: `@attribute-name(attribute-arguments)` including, at this time,
`@available` and `@warn_unused_result`. In the current grammar, an equal sign separates attribute
`@available`, `@warn_unused_result` and `@swift3_migration`. In the current grammar, an equal sign separates attribute
argument keywords from values.

```swift
Expand Down

0 comments on commit 02cc54a

Please sign in to comment.