chore(Transport): Comment typo (#3919)

This commit is contained in:
Kyle Avalani 2024-10-13 23:30:43 -07:00 committed by GitHub
parent 2b2e4131a5
commit 97ce2a8abf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ public abstract class Transport : MonoBehaviour
/// <summary>Is this transport available in the current platform?</summary> /// <summary>Is this transport available in the current platform?</summary>
public abstract bool Available(); public abstract bool Available();
/// <summary>Is this transported encrypted for secure communication?</summary> /// <summary>Is this transport encrypted for secure communication?</summary>
public virtual bool IsEncrypted => false; public virtual bool IsEncrypted => false;
/// <summary>If encrypted, which cipher is used?</summary> /// <summary>If encrypted, which cipher is used?</summary>