Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shengaero committed Nov 15, 2017
1 parent cd547f6 commit 49b1244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jagrosh/discordipc/IPCClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public enum Status
* This is only present when the connection is healthy, stable,
* and reading good data without exception.<br>
* If the environment becomes out of line with these principles
* in any way, the IPCClient in question will become either
* in any way, the IPCClient in question will become
* {@link Status#DISCONNECTED}.
*/
CONNECTED,
Expand Down

0 comments on commit 49b1244

Please sign in to comment.