Fix incorrect then/than usage in docs

This commit is contained in:
Jun Tseng
2022-02-09 16:54:49 +00:00
committed by Marshall Greenblatt
parent a74b66352e
commit 086848a7ad
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ typedef struct _cef_settings_t {
///
// Set to true (1) to have the browser process message loop run in a separate
// thread. If false (0) than the CefDoMessageLoopWork() function must be
// thread. If false (0) then the CefDoMessageLoopWork() function must be
// called from your application message loop. This option is only supported on
// Windows and Linux.
///