Skip to content

Commit 235476d

Browse files
authored
Update WebViewManager.cs
1 parent 4f3ec30 commit 235476d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/WebViewManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ private string GetReasonPhrase(int statusCode, string originalReason)
21272127
{
21282128
if (!string.IsNullOrEmpty(originalReason)) return originalReason;
21292129

2130-
// Status code Meaning
2130+
/// StatusCode meaning
21312131
switch (statusCode)
21322132
{
21332133
case 100: return "Continue";
@@ -2307,3 +2307,4 @@ private string CleanJsString(string input)
23072307

23082308
}
23092309

2310+

0 commit comments

Comments
 (0)