Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PSKoans/Koans/Introduction/AboutBinary.Koans.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ param()
the knowledge is applicable to networking, programming, data science, databases, and essentially every
other area of computing.

What is represents is a base 2 number.
What it represents is a base 2 number.

For example, the below binary represents a "byte" of data, which contains 8 "bits".
Each bit will be either 1 or 0, as mentioned earlier.
Expand Down