aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_socket.cpp')
-rw-r--r--src/modules/objects/class_socket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_socket.cpp b/src/modules/objects/class_socket.cpp
index fffcbf91c..74dee6ac7 100644
--- a/src/modules/objects/class_socket.cpp
+++ b/src/modules/objects/class_socket.cpp
@@ -195,7 +195,7 @@
@examples:
[example]
- // Server socket: listen 8080 port and answer to requests (multi-threaded)[br]
+ // Server socket: listen 8080 port and answer to requests (multi-threaded)
class (webserver,socket)
{
constructor ()