diff --git a/Assets/Mirror/Core/Transport.cs b/Assets/Mirror/Core/Transport.cs index dfe3aa184..9cad04c37 100644 --- a/Assets/Mirror/Core/Transport.cs +++ b/Assets/Mirror/Core/Transport.cs @@ -36,7 +36,7 @@ public abstract class Transport : MonoBehaviour /// Is this transport available in the current platform? public abstract bool Available(); - /// Is this transported encrypted for secure communication? + /// Is this transport encrypted for secure communication? public virtual bool IsEncrypted => false; /// If encrypted, which cipher is used?