Fix typo in documentation for cef_settings_t::cache_path.

This commit is contained in:
Dmitry Azaraev 2019-07-23 19:09:00 +00:00 committed by Marshall Greenblatt
parent 42b259d124
commit a697464a33
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ typedef struct _cef_settings_t {
///
// The location where data for the global browser cache will be stored on
// disk. In non-empty this must be either equal to or a child directory of
// disk. If non-empty this must be either equal to or a child directory of
// CefSettings.root_cache_path. If empty then browsers will be created in
// "incognito mode" where in-memory caches are used for storage and no data is
// persisted to disk. HTML5 databases such as localStorage will only persist