From 97afa31c369482b9dc7b76c73fd3241c5fa02757 Mon Sep 17 00:00:00 2001 From: Adam Mollis Date: Thu, 3 Aug 2023 16:47:45 -0700 Subject: [PATCH] Comment update --- com.microsoft.mrtk.core/Interactors/IReticleVisual.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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