Skip to content

Commit 0c81575

Browse files
minor comment updates
1 parent f5447ac commit 0c81575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/HoloToolkit/Sharing/Scripts/SharingStage.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class SharingStage : Singleton<SharingStage>
2626
/// <summary>
2727
/// Default username to use when joining a session.
2828
/// </summary>
29-
/// <remarks>Set the user name by setting <see cref="UserName"/> property.</remarks>
29+
/// <remarks>Set the user name with the <see cref="UserName"/> property.</remarks>
3030
private const string DefaultUserName = "User ";
3131

3232
/// <summary>
@@ -68,7 +68,7 @@ public class SharingStage : Singleton<SharingStage>
6868
public bool IsAudioEndpoint = true;
6969

7070
/// <summary>
71-
/// Pipes sharing server console output to Unity's output window for debugging
71+
/// Pipes sharing server console output to Unity's output window for debugging.
7272
/// </summary>
7373
private ConsoleLogWriter logWriter;
7474

0 commit comments

Comments
 (0)