Skip to content

Commit 3e7f892

Browse files
author
Alexander Goedde
committed
fixes some errors in documentation
1 parent d3a6eca commit 3e7f892

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/reference.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To **open a connection**:
100100

101101
.. js:function:: autobahn.Connection.open
102102

103-
This will establish an underlying transport and create a new session running over the transport. WebSocket is the default transport, but for environments which do not support WebSocket (like really old browsers) HTTP long-poll is used as a fallback.
103+
This will establish an underlying transport and create a new session running over the transport. WebSocket is the default transport, but for environments which do not support WebSocket (like really old browsers) HTTP long-poll can be used as a fallback.
104104

105105
When the transport is lost, automatic reconnection will be attempted. This can be configured using the ``options`` provided to the constructor of the ``Connection`` (see `Connection Options`_).
106106

@@ -173,6 +173,7 @@ Supported transports are WebSocket and HTTP long-poll.
173173
As an example, with the options below, |ab| first attempts to establish a WebSocket connection and if this fails a HTTP long-poll connection to the respective URLs given.
174174

175175
.. code-block:: javascript
176+
176177
var connection = new autobahn.Connection({
177178
transports: [
178179
{

0 commit comments

Comments
 (0)