diff --git a/com.microsoft.mrtk.core/Interactors/IReticleVisual.cs b/com.microsoft.mrtk.core/Interactors/IReticleVisual.cs index e9235ff651d..2f48dce7fb1 100644 --- a/com.microsoft.mrtk.core/Interactors/IReticleVisual.cs +++ b/com.microsoft.mrtk.core/Interactors/IReticleVisual.cs @@ -10,8 +10,7 @@ namespace Microsoft.MixedReality.Toolkit /// A customizable visual component of a reticle. /// /// - /// If a custom reticle can contains a component that implements , the - /// implementation of can receive updates to the base reticle's + /// Implementations of can receive updates to the base reticle's /// position and normal every frame, if the base reticle is shown. For more information on how /// set a custom reticle, see . /// c