Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Fixes examples.rst formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Aug 26, 2016
1 parent c6427f5 commit a61d239
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,5 @@ Transforms uses of `if let where` from Swift 2.2 to the updated syntax in Swift

Example of:

- using `tokens_as_dict` to assert multiple possible dictionary keys
- `EXPR` to match a Python expression
- Note: It's possible that this won't match all Swift expressions; if you are
concerned about this, you should use an EXPR pattern that corresponds to
the Swift grammar.
- using Undebt to transform a language that isn't Python
_Note: It's possible that the `EXPR` grammar element used won't match all Swift expressions; if you are concerned about this, you should define a custom `EXPR` corresponding to the syntax of a Swift expression._

0 comments on commit a61d239

Please sign in to comment.