From 27bf1aca66791c6a060f80e0620f56a9a1d649d1 Mon Sep 17 00:00:00 2001 From: Kanstantsin Kamkou Date: Wed, 23 Sep 2015 13:09:11 +0200 Subject: [PATCH] Update tcp.js --- lib/adapter/tcp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/adapter/tcp.js b/lib/adapter/tcp.js index d8320a0..bdb6092 100644 --- a/lib/adapter/tcp.js +++ b/lib/adapter/tcp.js @@ -18,7 +18,7 @@ var path = require('path'), var tcp = Object.create(abstract); /** - * Sends a chunk to the server + * Sends a message to the server * @param {Object} packet * @param {Function} callback * @returns {tcp}