Browse Source

Typo in comment

pull/2242/head
Denis Voitenko GitHub 3 years ago
parent
commit
4c0f4acf55
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      samples/InteractionFramework/Modules/ExampleModule.cs

+ 1
- 1
samples/InteractionFramework/Modules/ExampleModule.cs View File

@@ -14,7 +14,7 @@ namespace InteractionFramework.Modules


private InteractionHandler _handler; private InteractionHandler _handler;


// Constructor injection is also a valid way to access the dependecies
// Constructor injection is also a valid way to access the dependencies
public ExampleModule(InteractionHandler handler) public ExampleModule(InteractionHandler handler)
{ {
_handler = handler; _handler = handler;


Loading…
Cancel
Save