File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/HoloToolkit/Sharing/Scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments