Skip to content

Type keywords are not used for arrays #132

@paulirwin

Description

@paulirwin

Type keywords are not used when the type name is part of an array type.

Example input:

String[] lemmatize(String[] toks, String[] tags);

Example output:

String[] Lemmatize(String[] toks, String[] tags);

Should be (note the capitalization):

string[] Lemmatize(string[] toks, string[] tags);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions