Skip to content

Use consistent keywords for the Module class in C# code examples #315

Open
@gefjon

Description

@gefjon

Reported on Discord.

Various C# module code examples in our Docs use different sets of keywords to define the Module class that holds all the module code. Apparently the RLS reference uses public partial class, and the C# reference has both static partial class and public static partial class.

Pick one set of keywords, put it in the style guide, then grep the docs for class Module and make every occurrence use exactly that set of keywords.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions