Skip to content

Commit f46122e

Browse files
authored
Update MultiProfile.md
1 parent 065b3cf commit f46122e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/MultiProfile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ interface ICoreWebView2Profile;
120120
[uuid(C2669A3A-03A9-45E9-97EA-03CD55E5DC03), object, pointer_default(unique)]
121121
interface ICoreWebView2ControllerOptions : IUnknown {
122122
/// `ProfileName` property is to specify a profile name, which is only allowed to contain
123-
/// the following ASCII characters. It has a maximum length of 64 characters. It is ASCII case insensitive.
124-
/// case insensitive way.
123+
/// the following ASCII characters. It has a maximum length of 64 characters excluding the null terminator. It is
124+
/// ASCII case insensitive.
125125
/// alphabet characters: a-z and A-Z
126126
/// digit characters: 0-9
127127
/// and '#', '@', '$', '(', ')', '+', '-', '_', '~', '.', ' ' (space).

0 commit comments

Comments
 (0)