Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Typo in README #144

Merged
merged 1 commit into from
Feb 28, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Here is how you can set this sort of breakpoint:
![Add Error Breakpoint](https://github.com/bignerdranch/Freddy/raw/master/README_Images/addErrorBreakpoint.png)

Now you have a breakpoint that will only trigger when a Swift error is generated.
But you program will break whenever *any* Swift error is thrown.
But your program will break whenever *any* Swift error is thrown.
What if you only want to break for `Freddy`'s `JSON.Error` error?

You can edit the breakpoint to add a filter:
Expand Down