Skip to content

Commit 94510fa

Browse files
committed
Fixed missing slash in xml comment (compiler produced warning of badly formed xml)
1 parent cab0032 commit 94510fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp.Core/Cef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ namespace CefSharp
143143
/// <summary>Initializes CefSharp with user-provided settings.</summary>
144144
/// <param name="cefSettings">CefSharp configuration settings.</param>
145145
/// <param name="shutdownOnProcessExit">When the Current AppDomain (relative to the thread called on)
146-
// Exits(ProcessExit event) then Shudown will be called.</param>
146+
/// Exits(ProcessExit event) then Shudown will be called.</param>
147147
/// <return>true if successful; otherwise, false.</return>
148148
static bool Initialize(CefSettings^ cefSettings, bool shutdownOnProcessExit)
149149
{

0 commit comments

Comments
 (0)