Skip to content

Commit 0f2aacc

Browse files
committed
Fixed comment
1 parent c13cf35 commit 0f2aacc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

burt_network/lib/src/udp/burt_socket.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ abstract class BurtSocket extends UdpSocket {
7979
/// If the Socket Info's IP address is [InternetAddress.anyIPv4], it will be sent to
8080
/// [InternetAddress.loopbackIPv4]
8181
///
82-
/// By default, the address is the destination address, on port 8020
82+
/// By default, the address is [InternetAddress.loopbackIPv4], on port 8020
8383
SocketInfo get timesyncDestination {
8484
final address = _timesyncDestination.address != InternetAddress.anyIPv4
8585
? _timesyncDestination.address

0 commit comments

Comments
 (0)