Skip to content

Commit

Permalink
Fix errors in OptimizationTips
Browse files Browse the repository at this point in the history
  • Loading branch information
panzarino committed Dec 4, 2015
1 parent 51a9cea commit 89921c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/OptimizationTips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ If it makes sense to limit the adoption of protocols to classes then mark
protocols as class-only protocols to get better runtime performance.

::

protocol Pingable : class { func ping() -> Int }

.. https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/Protocols.html
Expand Down

0 comments on commit 89921c5

Please sign in to comment.