Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 973e6cc

Browse files
committed
Merge pull request socketio#1813 from ogwiz2/patch-1
Made comments more consistent
2 parents 4a0091b + 136fe96 commit 973e6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/socket.io.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var ioc = require('socket.io-client');
77
var request = require('supertest');
88
var expect = require('expect.js');
99

10-
// creates a socket.io client for the given server
10+
// Creates a socket.io client for the given server
1111
function client(srv, nsp, opts){
1212
if ('object' == typeof nsp) {
1313
opts = nsp;

0 commit comments

Comments
 (0)