Skip to content

Commit 09c748a

Browse files
committed
triple quote
1 parent 9545d72 commit 09c748a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/fsharp/CompileOps.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3940,10 +3940,10 @@ and [<Sealed>] TcImports(tcConfigP: TcConfigProvider, initialResolutions: TcAsse
39403940
let mutable ccuInfos: ImportedAssembly list = []
39413941
let mutable ccuTable: NameMap<ImportedAssembly> = NameMap.empty
39423942

3943-
// ccuThunks is a ConcurrentDictionary thus threadsafe
3944-
// the key is a ccuThunk object, the value is a (unit->unit) func that when executed
3945-
// the func is used to fix up the func and operates on data captured at the time the func is created.
3946-
// func() is captured during phase2() of RegisterAndPrepareToImportReferencedDll(..) and PrepareToImportReferencedFSharpAssembly ( .. )
3943+
/// ccuThunks is a ConcurrentDictionary thus threadsafe
3944+
/// the key is a ccuThunk object, the value is a (unit->unit) func that when executed
3945+
/// the func is used to fix up the func and operates on data captured at the time the func is created.
3946+
/// func() is captured during phase2() of RegisterAndPrepareToImportReferencedDll(..) and PrepareToImportReferencedFSharpAssembly ( .. )
39473947
let mutable ccuThunks = new ConcurrentDictionary<CcuThunk, (unit -> unit)>()
39483948

39493949
let disposeActions = ResizeArray()

0 commit comments

Comments
 (0)