Fix typos in doc comment

This commit is contained in:
Julian Giebel
2020-08-13 09:54:27 +02:00
committed by GitHub
parent 3b894c7de4
commit a41e2d1002

View File

@@ -14,9 +14,9 @@ namespace Content.Shared.Interfaces.GameObjects.Components
public interface IInteractUsing
{
/// <summary>
/// The interaction Priority. Higher numbers get called first.
/// The interaction priority. Higher numbers get called first.
/// </summary>
/// <value>Prority defaults to 0</value>
/// <value>Priority defaults to 0</value>
int Priority { get => 0; }
/// <summary>