Fix typos in the comments that generate the documentation

This commit is contained in:
SergeyAvd
2017-10-09 14:08:33 -05:00
committed by Marshall Greenblatt
parent 552a3bf353
commit 4c5ccce85f
2 changed files with 5 additions and 5 deletions

View File

@ -164,14 +164,14 @@ class CefRequest : public virtual CefBaseRefCounted {
virtual void SetFlags(int flags) = 0;
///
// Set the URL to the first party for cookies used in combination with
// Get the URL to the first party for cookies used in combination with
// CefURLRequest.
///
/*--cef()--*/
virtual CefString GetFirstPartyForCookies() = 0;
///
// Get the URL to the first party for cookies used in combination with
// Set the URL to the first party for cookies used in combination with
// CefURLRequest.
///
/*--cef()--*/