Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Fixed typo in CheckBeginInvokeOnUI method summary. #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static Dispatcher UIDispatcher

/// <summary>
/// Executes an action on the UI thread. If this method is called
/// from the UI thread, the action is executed immendiately. If the
/// from the UI thread, the action is executed immediately. If the
/// method is called from another thread, the action will be enqueued
/// on the UI thread's dispatcher and executed asynchronously.
/// <para>For additional operations on the UI thread, you can get a
Expand Down Expand Up @@ -190,4 +190,4 @@ public static void Reset()
UIDispatcher = null;
}
}
}
}