Skip to content

Commit

Permalink
Merge pull request google#7 from seratch/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in README
  • Loading branch information
nkzawa committed Aug 7, 2014
2 parents 46196d5 + cc44afc commit 8616c2b
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 @@ -119,7 +119,7 @@ socket.on(Socket.EVENT_TRANSPORT, new Emitter.listener() {
@SuppressWarnings("unchecked")
Map<String, String> headers = (Map<String, String>)args[0];
// get cookies from server.
String cookie = headers.get("Set-Cookie"));
String cookie = headers.get("Set-Cookie");
}
});
}
Expand Down

0 comments on commit 8616c2b

Please sign in to comment.