Skip to content

Commit

Permalink
Fixed typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSjoding committed Mar 8, 2019
1 parent c897dff commit be87be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_global_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/scjalliance/comshim"

func Example_globalUsage() {
// This ensures that at least one thread maintains an initialized
// mutli-threaded COM apartment.
// multi-threaded COM apartment.
comshim.Add(1)

// After we're done using COM the thread will be released.
Expand Down

0 comments on commit be87be6

Please sign in to comment.