kroma-network / tachyon

Modular ZK(Zero Knowledge) backend accelerated by GPU
MIT License
7.78k stars 226 forks source link

docs: fix grammatical errors #454

Open cratiu222 opened 4 weeks ago

cratiu222 commented 4 weeks ago

This PR corrects several grammatical errors in the documentation and comments, improving readability and clarity. These changes enhance the overall quality of the project’s written content.

Hope it helps.

cratiu222 commented 3 weeks ago

solved the comments

chokobole commented 3 weeks ago

@cratiu222 Sorry for the late reply. Please follow the commit convention

cratiu222 commented 1 week ago

LGTM but let's fix the commit messages before merging

what needs to be fixed?

dongchangYoo commented 1 week ago

LGTM but let's fix the commit messages before merging

what needs to be fixed?

We require relatively strict conventions for the users of the code. For example, in the case of a fix process_handle.h commit, chore(docs): fix typo or chore(docs): fix typo in process_handle.h would be appropriate.

Additionally, the last two commits should be squashed into one since they modify the same file with the same content.