Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #201 from WilliamBerryiii/patch-1
Browse files Browse the repository at this point in the history
Fixed function name on Dotnet binding high level design.
  • Loading branch information
aribeironovaes authored Apr 6, 2017
2 parents d76bc8d + 24e85cd commit 04e6623
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 04e6623

Please sign in to comment.