Merge pull request #326 from lu-zero/patch-1

Fix a typo
This commit is contained in:
Naoyuki Kanezawa
2016-09-19 14:13:08 +02:00
committed by GitHub

View File

@@ -145,7 +145,7 @@ You can access transports and their HTTP headers as follows.
```java ```java
// Called upon transport creation. // Called upon transport creation.
socket.io().on(Manager.EVENT_TRANSPORT, new Emitter.listener() { socket.io().on(Manager.EVENT_TRANSPORT, new Emitter.Listener() {
@Override @Override
public void call(Object... args) { public void call(Object... args) {
Transport transport = (Transport)args[0]; Transport transport = (Transport)args[0];