Skip to content

Commit 1946afb

Browse files
Fix typos
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e1b01dc commit 1946afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/MonitorInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ internal unsafe MonitorInfo(HMONITOR monitor, RECT* rect)
165165
public Rect WorkingArea { get; }
166166

167167
/// <summary>
168-
/// Gets if the monitor is the the primary display monitor.
168+
/// Gets if the monitor is the primary display monitor.
169169
/// </summary>
170170
public bool IsPrimary => _monitor == PInvoke.MonitorFromWindow(new(IntPtr.Zero), MONITOR_FROM_FLAGS.MONITOR_DEFAULTTOPRIMARY);
171171

0 commit comments

Comments
 (0)