From a41e2d100208b7ff32f15ae98ce194ba3febb945 Mon Sep 17 00:00:00 2001 From: Julian Giebel Date: Thu, 13 Aug 2020 09:54:27 +0200 Subject: [PATCH] Fix typos in doc comment --- .../GameObjects/Components/Interaction/IInteractUsing.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Interfaces/GameObjects/Components/Interaction/IInteractUsing.cs b/Content.Shared/Interfaces/GameObjects/Components/Interaction/IInteractUsing.cs index 1589b00493..f036e91314 100644 --- a/Content.Shared/Interfaces/GameObjects/Components/Interaction/IInteractUsing.cs +++ b/Content.Shared/Interfaces/GameObjects/Components/Interaction/IInteractUsing.cs @@ -14,9 +14,9 @@ namespace Content.Shared.Interfaces.GameObjects.Components public interface IInteractUsing { /// - /// The interaction Priority. Higher numbers get called first. + /// The interaction priority. Higher numbers get called first. /// - /// Prority defaults to 0 + /// Priority defaults to 0 int Priority { get => 0; } ///