StefanSalewski / NimProgrammingBook

Computer Programming with the Nim Programming Language -- A gentle Introduction
262 stars 19 forks source link

Grammar corrections #15

Closed marek-lach closed 2 years ago

StefanSalewski commented 2 years ago

Fixed. And I have added the async/await section, was some hard work, more than two weeks fultime :-)

And if you have really no idea whatsoever for

I really guess it is "whatsever"?

Procedures and functions, called [.key]#proc# and [.key]#func# in Nim, are the most common way to structure, or break larger programs into smaller, dedicated tasks which are to be performed. // structure larger programs in smaller parts each with a dedicated task.

I took you wording for now, but I am not too happy with it. May be grammatically fine, but reading is hard.

For my feeling my wording is not that bad, I think I have read a similar phrase somewhere already, but of course it may still be wrong.

marek-lach commented 2 years ago

really guess it is "whatsever"?

whatsoever is the correct spelling.

All the best, M