Skip to content

Commit

Permalink
chore(Transport): Comment typo (#3919)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAvalani authored Oct 14, 2024
1 parent 2b2e413 commit 97ce2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirror/Core/Transport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public abstract class Transport : MonoBehaviour
/// <summary>Is this transport available in the current platform?</summary>
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;

/// <summary>If encrypted, which cipher is used?</summary>
Expand Down

0 comments on commit 97ce2a8

Please sign in to comment.