Skip to content

Commit c03162b

Browse files
committed
doc: remove prohibited 'Note that' phrases
1 parent 83d875c commit c03162b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/net.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@ added: REPLACEME
14721472
Returns the current Type of Service (TOS) field for IPv4 packets or Traffic
14731473
Class for IPv6 packets for this socket.
14741474

1475-
Note that `setTOS()` may be called before the socket is connected; the value
1475+
`setTOS()` may be called before the socket is connected; the value
14761476
will be cached and applied when the socket establishes a connection. `getTOS()`
14771477
will return the currently set value even before connection.
14781478

@@ -1492,7 +1492,7 @@ added: REPLACEME
14921492
Sets the Type of Service (TOS) field for IPv4 packets or Traffic Class for IPv6
14931493
Packets sent from this socket. This can be used to prioritize network traffic.
14941494

1495-
Note that `setTOS()` may be called before the socket is connected; the value
1495+
`setTOS()` may be called before the socket is connected; the value
14961496
will be cached and applied when the socket establishes a connection. `getTOS()`
14971497
will return the currently set value even before connection.
14981498

0 commit comments

Comments
 (0)