Skip to content

Commit

Permalink
Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
AMollis committed Aug 3, 2023
1 parent 015091c commit 97afa31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions com.microsoft.mrtk.core/Interactors/IReticleVisual.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ namespace Microsoft.MixedReality.Toolkit
/// A customizable visual component of a reticle.
/// </summary>
/// <remarks>
/// If a custom reticle can contains a component that implements <see cref="IReticleVisual"/>, the
/// implementation of <see cref="IReticleVisual"/> can receive updates to the base reticle's
/// Implementations of <see cref="IReticleVisual"/> 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 <see cref="XRBaseInteractable.AttachCustomReticle(IXRInteractor)"/>.
/// </remarks>c
Expand Down

0 comments on commit 97afa31

Please sign in to comment.