Skip to content

Incorrect Verb Form & Noun Form Error #236

Description

@FakhriAz

> We use the [syn](https://docs.rs/syn/latest/syn/) to collect the [AST](https://en.wikipedia.org/wiki/Abstract\_syntax\_tree) information that will be used to generate the `proto file`. If you interest in how to collect the information in details, you should check out the [Procedural Macros](https://doc.rust-lang.org/reference/procedural-macros.html).

Incorrect Verb Form – "interest" → "are interested"

Inaccurate:
If you interest in how to collect the information in details,
Accurate:
If you are interested in how to collect the information in details,

Noun Form Error.– "in details" → "in detail"

Inaccurate:
how to collect the information in details
Accurate:
how to collect the information in detail

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions