Skip to content

Commit

Permalink
trpl: punctuation fix in Patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
durka committed May 14, 2015
1 parent e2bb734 commit c8b0689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/trpl/patterns.md
Expand Up @@ -66,7 +66,7 @@ match x {
}
```

This prints `something else`
This prints `something else`.

# Bindings

Expand Down Expand Up @@ -152,7 +152,7 @@ match x {
}
```

This prints `Got an int!`
This prints `Got an int!`.

# ref and ref mut

Expand Down

0 comments on commit c8b0689

Please sign in to comment.