Browse Source

Fixed typo

pull/3765/head
Luis v.d.Eltz 6 years ago
committed by GitHub
parent
commit
073bbb42e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Base/Threading/DispatcherPriority.cs

2
src/Avalonia.Base/Threading/DispatcherPriority.cs

@ -17,7 +17,7 @@ namespace Avalonia.Threading
SystemIdle = 1,
/// <summary>
/// The job will be processed when the application sis idle.
/// The job will be processed when the application is idle.
/// </summary>
ApplicationIdle = 2,

Loading…
Cancel
Save