Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AMollis committed Jul 17, 2023
1 parent 861507b commit 9479f81
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public class AccessibilitySubsystemDescriptor :
/// Creates a <see cref="AccessibilitySubsystemDescriptor"/> based on the given parameters.
/// </summary>
/// <remarks>
/// This function will validate that the <see cref="AccessibilitySubsystemCinfo"/> properties are valid.
/// This function will verify that the <see cref="AccessibilitySubsystemCinfo"/> properties are valid.
/// </remarks>
/// <param name="cinfo">The parameters required to initialize the descriptor.</param>
/// <returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class HandsSubsystemDescriptor :
/// Creates a <see cref="HandsSubsystemDescriptor"/> based on the given parameters.
/// </summary>
/// <remarks>
/// This function will validate that the <see cref="HandsSubsystemCinfo"/> properties are valid.
/// This function will verify that the <see cref="HandsSubsystemCinfo"/> properties are valid.
/// </remarks>
/// <param name="cinfo">The parameters required to initialize the descriptor.</param>
/// <returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public MRTKSubsystemDescriptor(MRTKSubsystemCinfo MRTKSubsystemCinfo)
/// Creates a <see cref="MRTKSubsystemDescriptor{T, U}"/> based on the given parameters.
/// </summary>
/// <remarks>
/// This function will validate that the <see cref="MRTKSubsystemCinfo"/> properties are valid.
/// This function will verify that the <see cref="MRTKSubsystemCinfo"/> properties are valid.
/// </remarks>
/// <param name="cinfo">The parameters required to initialize the descriptor.</param>
/// <returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class DictationSubsystemDescriptor :
/// Creates a <see cref="DictationSubsystemDescriptor"/> based on the given parameters.
/// </summary>
/// <remarks>
/// This function will validate that the <see cref="DictationSubsystemCinfo"/> properties are valid.
/// This function will verify that the <see cref="DictationSubsystemCinfo"/> properties are valid.
/// </remarks>
/// <param name="cinfo">The parameters required to initialize the descriptor.</param>
/// <returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class KeywordRecognitionSubsystemDescriptor :
/// Creates a <see cref="KeywordRecognitionSubsystemDescriptor"/> based on the given parameters.
/// </summary>
/// <remarks>
/// This function will validate that the <see cref="KeywordRecognitionSubsystemCinfo"/> properties are valid.
/// This function will verify that the <see cref="KeywordRecognitionSubsystemCinfo"/> properties are valid.
/// </remarks>
/// <param name="cinfo">The parameters required to initialize the descriptor.</param>
/// <returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class TextToSpeechSubsystemDescriptor :
/// Creates a <see cref="TextToSpeechSubsystemDescriptor"/> based on the given parameters.
/// </summary>
/// <remarks>
/// This function will validate that the <see cref="TextToSpeechSubsystemCinfo"/> properties are valid.
/// This function will verify that the <see cref="TextToSpeechSubsystemCinfo"/> properties are valid.
/// </remarks>
/// <param name="cinfo">The parameters required to initialize the descriptor.</param>
/// <returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public class PerformanceStatsSubsystemDescriptor :
/// Creates a <see cref="PerformanceStatsSubsystemDescriptor"/> based on the given parameters.
/// </summary>
/// <remarks>
/// This function will validate that the <see cref="PerformanceStatsSubsystemCinfo"/> properties are valid.
/// This function will verify that the <see cref="PerformanceStatsSubsystemCinfo"/> properties are valid.
/// </remarks>
/// <param name="cinfo">The parameters required to initialize the descriptor.</param>
/// <returns>
Expand Down

0 comments on commit 9479f81

Please sign in to comment.