Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dArkjON committed May 8, 2018
1 parent aec29a5 commit 25b880c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public interface ICoinmarketcapAPI {
@GET
@Path("/")
CMCTicker[] getTickers(@QueryParam("convert") String fiatCurrency, @QueryParam ("limit") int limit));
CMCTicker[] getTickers(@QueryParam("convert") String fiatCurrency, @QueryParam ("limit") int limit);

@GET
@Path("/{cryptoToGet}/?convert={convert}")
Expand Down

0 comments on commit 25b880c

Please sign in to comment.