Skip to content

Commit 2abe415

Browse files
committed
Core - Fix typo
1 parent 4fce1c6 commit 2abe415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp.Core/CefSettingsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public bool ExternalMessagePump
105105
}
106106

107107
/// <summary>
108-
/// Set to true to have the browser process message loop run in a separate thread. If false than the CefDoMessageLoopWork()
108+
/// Set to true to have the browser process message loop run in a separate thread. If false then the CefDoMessageLoopWork()
109109
/// function must be called from your application message loop. This option is only supported on Windows. The default value is
110110
/// true.
111111
/// </summary>

0 commit comments

Comments
 (0)