Skip to content

Commit

Permalink
Update UdpSocket deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Jun 18, 2024
1 parent 49878df commit 4065dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/sys/net/UdpSocket.hx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package sys.net;
/**
A UDP socket class
**/
@:deprecated("use UDPSocket (note the uppercase)")
@:deprecated("use DatagramSocket instead")
class UdpSocket extends Socket {
public function new() {
throw "Not available on this platform";
Expand Down

0 comments on commit 4065dab

Please sign in to comment.