Skip to content

Commit

Permalink
fix example output
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Oct 16, 2016
1 parent 445f210 commit 283612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $ errorformat "%E[%t%.%+] %f:%l: error: %m" "%A[%t%.%+] %f:%l: %m" "%Z[%.%+] %p^
/path/to/F2.scala|1093 col 15 error| value ++ is not a member of Int
/path/to/dir/F3.scala|83 col 13 warning| local val in method f is never used
/path/to/dir/F3.scala|84 col 19 error| value ++ is not a member of Int
/path/to/dir/F3.scala|86 col 26 warning| local val in method f is never used
/path/to/dir/F3.scala|86 col 13 warning| local val in method f is never used
```

## :bird: Author
Expand Down

0 comments on commit 283612b

Please sign in to comment.