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.
///

View File

@ -78,7 +78,7 @@
// with an error code of -1.
//
// Queries can be either persistent or non-persistent. If the query is
// persistent than the callbacks will remain registered until one of the
// persistent then the callbacks will remain registered until one of the
// following conditions are met:
//
// A. The query is canceled in JavaScript using the |window.cefQueryCancel|