Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3408b46

Browse files
forkicartermp
authored andcommitted
fix broken char in comment (#3156)
1 parent32fd333 commit3408b46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/absil/ilwrite.fs‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ let getUncodedToken (tab:TableName) idx = ((tab.Index <<< 24) ||| idx)
105105
// 0x01-0x08, 0x0E-0x1F, 0x27, 0x2D,
106106
// 0x7F. Otherwise, it holds 0. The 1 signifies Unicode characters that require handling beyond that normally provided for 8-bit encoding sets.
107107

108-
// HOWEVER, there is a discrepancy here between the ECMA spec and the Microsoft C# implementation. The code below follows the latter. We�ve raised the issue with both teams. See Dev10 bug 850073 for details.
108+
// HOWEVER, there is a discrepancy here between the ECMA spec and the Microsoft C# implementation.
109+
// The code below follows the latter. We've raised the issue with both teams. See Dev10 bug 850073 for details.
109110

110111
letmarkerForUnicodeBytes(b:byte[])=
111112
letlen= b.Length

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp