Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update createinstanceex1a.fs
  • Loading branch information
albert-du committed Nov 24, 2021
commit 8b0bef588c783a295b041fa732c8d0bf20d1613d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module createinstanceex1a

// <Snippet2>
// <Snippet3>
open System

let handle =
Expand All @@ -21,4 +21,4 @@ if not (isNull retVal) then

// The example displays the following output:
// Samuel
// </Snippet2>
// </Snippet3>