Skip to content

Commit aa3d288

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dictionary.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ A set of instances installed on the single operating system (host) together with
159159
- host program - software/program that runs in a computer that provides the source of information or signals.
160160

161161
### Hub
162+
162163
<!-- TODO - what is the difference between Hub and Host, we still use both terms.
163164
Maybe "Host" should be described in general context and "Hub" as a host in scramjet cloud platform's context?
164165
-->
@@ -301,7 +302,6 @@ An executable written in one of the supported programming languages that starts
301302
### Scalability
302303
<!-- TODO -->
303304

304-
305305
### Scope
306306
<!-- TODO -->
307307

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

322322
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!
323323

324-
325324
### Space
326325
<!-- TODO -->
327326

0 commit comments

Comments
 (0)