瀏覽代碼

Fix typo in WebSocket tutorial (#5296)

Lucida Dragon 3 年之前
父節點
當前提交
1f75bca9a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/networking/websocket.rst

+ 1 - 1
tutorials/networking/websocket.rst

@@ -93,7 +93,7 @@ This will print:
 Minimal server example
 ^^^^^^^^^^^^^^^^^^^^^^
 
-This example will show you how to create a WebSocket server that listen for remote connections, and how to send and receive data.
+This example will show you how to create a WebSocket server that listens for remote connections, and how to send and receive data.
 
 ::