Skip to content

Commit 9bda6ee

Browse files
n-eilingCopilot
andcommitted
cleanup: replace / with or
Co-authored-by: Copilot <[email protected]> Signed-off-by: Niklas Eiling <[email protected]>
1 parent 4652037 commit 9bda6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/node/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ There are two types of interfaces to VILLASnode:
5757
2. Another way to connect simulation equipment is by using a client application that sends the data over the network to VILLASnode.
5858
In this scenario, VILLASnode uses the [socket node type](nodes/socket.md) to communicate with the client application.
5959

60-
Usually, new clients/equipment should be implemented as a new node type as part of VILLASnode.
60+
Usually, new clients or equipment should be implemented as a new node type as part of VILLASnode.
6161
Using a dedicated client application that communicates via the 'socket' type is deprecated because it leads to code duplication.

0 commit comments

Comments
 (0)