Skip to content

Intergalactic Transmission - Fix typos #2572

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

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

Conversation

ryanplusplus
Copy link
Member

No description provided.

@ryanplusplus ryanplusplus requested a review from a team as a code owner June 14, 2025 20:44
@@ -40,7 +40,7 @@ Their parity bits are set to 1 so that they have an even number of 1 bits in the
They are transmitted as `01110001` and `00011011` (or `71` and `1B` in hex).

The last transmission (`1110`) has only four bits of data.
Since exactly eight bits are transmitted at a time and the parity bit is the right most bit, three 0 bits and then the parity bit are added to make up eight bits.
Since exactly eight bits are transmitted at a time and the parity bit is the rightmost bit, three 0 bits and then the parity bit are added to make up eight bits.
Copy link
Member Author

@ryanplusplus ryanplusplus Jun 14, 2025

Choose a reason for hiding this comment

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

This is a single word but was written as two

@IsaacG IsaacG added x:module/practice-exercise Work on Practice Exercises x:type/docs Work on Documentation x:size/small Small amount of work x:rep/small Small amount of reputation labels Jun 14, 2025
Copy link
Member

@kotp kotp left a comment

Choose a reason for hiding this comment

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

Suggested change, but otherwise approval from me as well!

Co-authored-by: András B Nagy <20251272+BNAndras@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:module/practice-exercise Work on Practice Exercises x:rep/small Small amount of reputation x:size/small Small amount of work x:type/docs Work on Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants