Skip to content

Commit 0c6da93

Browse files
authored
Merge pull request #6395 from rhuanjl/headerComment
Update JsCreatePropertyId header comment
2 parents c459fea + bc093a8 commit 0c6da93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Jsrt/ChakraCore.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,8 @@ CHAKRA_API
656656
/// </para>
657657
/// </remarks>
658658
/// <param name="name">
659-
/// The name of the property ID to get or create. The name may consist of only digits.
660-
/// The string is expected to be ASCII / utf8 encoded.
659+
/// The name of the property ID to get or create. The string is expected to be ASCII / utf8 encoded.
660+
/// The name can be any JavaScript property identifier, including all digits.
661661
/// </param>
662662
/// <param name="length">length of the name in bytes</param>
663663
/// <param name="propertyId">The property ID in this runtime for the given name.</param>

0 commit comments

Comments
 (0)