Skip to content

Commit

Permalink
Clarify link to Int16.MaxValue (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
svick authored Jun 13, 2023
1 parent 4f1480d commit fe0e5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/compatibility/long-path-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ because a path exceeded 260 characters will now throw a
<xref:System.IO.PathTooLongException?displayProperty=name> only under the
following conditions:

- The length of the path is greater than <xref:System.Int16.MaxValue> (32,767) characters.
- The length of the path is greater than <xref:System.Int16.MaxValue?displayProperty=nameWithType> (32,767) characters.
- The operating system returns `COR_E_PATHTOOLONG` or its equivalent.

For apps that target the .NET Framework 4.6.1 and earlier versions, the runtime
Expand Down

0 comments on commit fe0e5e8

Please sign in to comment.