Browse Source

Add missing variable name in module example

pull/988/head
Hsu Still 7 years ago
parent
commit
98f63a5b5e
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/commands/samples/dependency_module.cs

+ 1
- 1
docs/guides/commands/samples/dependency_module.cs View File

@@ -23,7 +23,7 @@ public class ModuleB
{ {


// Public settable properties will be injected // Public settable properties will be injected
public AnnounceService { get; set; }
public AnnounceService Announce { get; set; }


// Public properties without setters will not // Public properties without setters will not
public CommandService Commands { get; } public CommandService Commands { get; }


Loading…
Cancel
Save