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.
Under the section titled "Defer statement", the term "concepts" is mistakenly used in place of "defer".
where it should have been:
The same mistake continues throughout the mentioned section.