Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in documentation files #774

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

leopardracer
Copy link

This pull request contains changes to improve clarity, correctness and structure.

Description correction:
Corrected "needs an unique" to "needs a unique".
Corrected "If there is not" to "If there is no".

Please review the changes and let me know if any additional changes are needed.

@conradoplg
Copy link
Contributor

All dkg.md are generated from the frost-ristretto255 one. Would you mind updating them all?

@leopardracer
Copy link
Author

@conradoplg I checked for typos and corrected them where it was possible.

@@ -140,7 +140,7 @@ let mut key_packages = BTreeMap::new();

// Keep track of each participant's public key package.
// In practice, if there is a Coordinator, only they need to store the set.
// If there is not, then all candidates must store their own sets.
// If there is no, then all candidates must store their own sets.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was fine the way it was

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mpguerra Hi! Replacing 'not' with 'no' would be correct if the meaning of the phrase is that something is absent, rather than a negation, but I will do it as you say.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants