From 97ce2a8abf72680197239590b833a9ffcfbb1138 Mon Sep 17 00:00:00 2001 From: Kyle Avalani Date: Sun, 13 Oct 2024 23:30:43 -0700 Subject: [PATCH] chore(Transport): Comment typo (#3919) --- Assets/Mirror/Core/Transport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?