Browse Source

Typo in comment (#2242)

tags/3.6.0
Denis Voitenko GitHub 3 years ago
parent
commit
42c65bc879
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;

// 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)
{
_handler = handler;


Loading…
Cancel
Save