From e253ecd46a8185d7bb2e92eed20da7983ce55b95 Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Wed, 4 Dec 2013 14:56:37 -0500 Subject: [PATCH] Another session -> connection renaming. --- docs/client/api.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/client/api.html b/docs/client/api.html index ff54f3d4b9..34777678f7 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -475,8 +475,8 @@ updates are not required. be called on new connections. The callback is called with a single argument, the server-side -[session](#ddp_session) representing the connection from the client. - +`connection` representing the connection from the client. This object +contains the following fields:
{{#dtdd name="id" type="String"}}