Преглед на файлове

Merge pull request #44 from attilaolah/patch-1

fix typo in README.md
Gary Burd преди 11 години
родител
ревизия
a6366fbf9d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -54,6 +54,6 @@ Notes:
    function.
 3. The go.net io.Reader and io.Writer operate across WebSocket frame boundaries.
   Read returns when the input buffer is full or a frame boundary is
-  encountered, Each call to Write sends a single frame message. The Gorilla
+  encountered. Each call to Write sends a single frame message. The Gorilla
   io.Reader and io.WriteCloser operate on a single WebSocket message.