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

Commit2a515a6

Browse files
forkiKevinRansom
authored andcommitted
fix encoding issue (dotnet#4845)
1 parent4d75dec commit2a515a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/absil/ilwritepdb.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ open Microsoft.FSharp.Reflection
594594
// Supports the following cases:
595595
// obj?Foo() // call with no arguments
596596
// obj?Foo(1, "a") // call with two arguments (extracted from tuple)
597-
// NOTE: This doesnt actually handle all overloads. It just picks first entry with right
597+
// NOTE: This doesn't actually handle all overloads. It just picks first entry with right
598598
// number of arguments.
599599
let(?)this memb(args:'Args):'R=
600600
// Get array of 'obj' arguments for the reflection call
@@ -628,7 +628,7 @@ let createWriter (f:string) =
628628
// MDB Writer. Generate debug symbols using the MDB format
629629
//---------------------------------------------------------------------
630630
letwriteMdbInfo fmdb f info=
631-
// Note, if we cant delete it code will fail later
631+
// Note, if we can't delete it code will fail later
632632
try FileSystem.FileDelete fmdbwith_->()
633633

634634
// Try loading the MDB symbol writer from an assembly available on Mono dynamically

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp