Browse Source

Append suggestion

Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
pull/2265/head
Armano den Boef GitHub 3 years ago
parent
commit
56a8af44b8
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
      docs/guides/int_framework/permissions.md

+ 1
- 1
docs/guides/int_framework/permissions.md View File

@@ -49,7 +49,7 @@ and will be set up for all of the commands & nested modules inside this class.


[!code-csharp[Permission stacking](samples/permissions/perm-nesting.cs)] [!code-csharp[Permission stacking](samples/permissions/perm-nesting.cs)]


The amount of nesting you can do is realistically endless, although really deep nesting is not adviced as the lookup will only take longer.
The amount of nesting you can do is realistically endless, although really deep nesting is not advised as the lookup will only take longer.


> [!NOTE] > [!NOTE]
> If the nested class is marked with `Group`, as required for setting up subcommands, this example will not work. > If the nested class is marked with `Group`, as required for setting up subcommands, this example will not work.


Loading…
Cancel
Save