Skip to content

Commit a9ae958

Browse files
author
a-tylenda
committed
Linter corrections
1 parent c03a6fa commit a9ae958

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dictionary.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ An executable written in one of the supported programming languages that starts
301301
### Scalability
302302
<!-- TODO -->
303303

304-
305304
### Scope
306305
<!-- TODO -->
307306

@@ -321,7 +320,6 @@ A User's program to be executed on the Host, that contains a developer's code th
321320

322321
Socket is a kind of an endpoint in a two-way communication channel between the server and the receiving software (client). Typically the socket is used for a specific flow of events. In the case of the client-server model, the socket on the server listens when requested by the client. The client connects to the server through the socket. The socket can be a socket on the disk or it can be an IP socket - so you can actually serve HTTP API on your disk - for real!
323322

324-
325323
### Space
326324
<!-- TODO -->
327325

0 commit comments

Comments
 (0)