Skip to content

Commit

Permalink
Fixed function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBerryiii authored Apr 6, 2017
1 parent d76bc8d commit 24e85cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/dotnet/devdoc/dotnet_binding_hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ gateway process, it:

### Module\_Start

When the **.NET Module Host**’s `Module_Destroy` function is invoked by the
When the **.NET Module Host**’s `Module_Start` function is invoked by the
gateway, it:

- Checks to see if the .NET module has implemented the `Start` method.
Expand Down Expand Up @@ -193,4 +193,4 @@ Flow Diagram
------------

Following is the flow diagram of a lifecycle of the .NET module:
![](images/flow_chart.png)
![](images/flow_chart.png)

0 comments on commit 24e85cd

Please sign in to comment.