Skip to content

Commit 6656ddc

Browse files
carterjonesgaryburd
authored andcommitted
add newline and remove extra space
1 parent 0647012 commit 6656ddc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ _testmain.go
2222
*.exe
2323

2424
.idea/
25-
*.iml
25+
*.iml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn
5151
<tr><td>Write message using io.WriteCloser</td><td><a href="http://godoc.org/github.com/gorilla/websocket#Conn.NextWriter">Yes</a></td><td>No, see note 3</td></tr>
5252
</table>
5353

54-
Notes:
54+
Notes:
5555

5656
1. Large messages are fragmented in [Chrome's new WebSocket implementation](http://www.ietf.org/mail-archive/web/hybi/current/msg10503.html).
5757
2. The application can get the type of a received data message by implementing

0 commit comments

Comments
 (0)