Skip to content

Commit afaad1c

Browse files
committed
Comment
1 parent 74e4b5e commit afaad1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/SentryThread.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public sealed class SentryThread : ISentryJsonSerializable
3131

3232
/// <summary>
3333
/// An optional flag to indicate whether the thread was responsible for rendering
34-
/// the user interface. On mobile platforms this is oftentimes referred to as the
34+
/// the user interface. On mobile and desktop platforms this is oftentimes referred to as the
3535
/// "main thread" or "ui thread".
3636
/// </summary>
3737
public bool? Main { get; set; }

0 commit comments

Comments
 (0)