Skip to content

Use of word "concept" in place of "defer" #31

Description

@hasanyasin

Under the section titled "Defer statement", the term "concepts" is mistakenly used in place of "defer".

The concepts statement can be used to ensure that special actions like closing a file or freeing resources are always executed.

where it should have been:

The defer statement can be used to ensure that special actions like closing a file or freeing resources are always executed.

The same mistake continues throughout the mentioned section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions