Skip to content

Commit 2a47b80

Browse files
committed
Fix rogue em-dash (en-dash?) that's confusing protoc
1 parent 0e0aad5 commit 2a47b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/steamnetworkingsockets_messages.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ enum ESteamNetworkingSocketsCipher
2626
message CMsgSteamDatagramSessionCryptInfo
2727
{
2828

29-
// Key used for DiffieHellman key exchange. Typically this should be an
29+
// Key used for Diffie-Hellman key exchange. Typically this should be an
3030
// ephemeral key used only for this connection.
3131
enum EKeyType
3232
{

0 commit comments

Comments
 (0)