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

Incorrect bit abbreviation in one case #68

Closed
tom-weatherhead opened this issue Dec 22, 2015 · 1 comment
Closed

Incorrect bit abbreviation in one case #68

tom-weatherhead opened this issue Dec 22, 2015 · 1 comment
Assignees
Labels

Comments

@tom-weatherhead
Copy link

In src/intro.js, the line:

bits: [ "B", "kb", "Mb", ... ],

... should be:

bits: [ "b", "kb", "Mb", ... ],

This way, one bit will be described as "1 b" and not "1 B", which looks like one byte.

@avoidwork
Copy link
Owner

Hi,

Thanks for noticing! This is a mistake based on IEEE 1541.

@avoidwork avoidwork added the bug label Dec 22, 2015
@avoidwork avoidwork self-assigned this Dec 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants