Fix a typo

This commit is contained in:
Luca Barbato
2016-07-07 07:06:46 +02:00
committed by GitHub
parent e7cc10808c
commit d145b0180e

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];