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

Tutorial of wee_alloc contains a typo #1003

Closed
pione30 opened this issue May 8, 2021 · 0 comments · Fixed by #1004
Closed

Tutorial of wee_alloc contains a typo #1003

pione30 opened this issue May 8, 2021 · 0 comments · Fixed by #1004

Comments

@pione30
Copy link
Contributor

pione30 commented May 8, 2021

🐛 Bug description

The documantation 5.2.2.4 wee_alloc contains a typo:

wee_alloc trades off size for speed. It has a tiny code-size footprint, but it is is not competitive in terms of performance with the default global allocator, for example.

🤔 Expected Behavior

The duplicated "is" is removed.

👟 Steps to reproduce

Navigate to https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/template-deep-dive/wee_alloc.html#what-is-wee_alloc

🌍 Your environment

Include the relevant details of your environment.
wasm-pack version: N/A
rustc version: N/A

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 a pull request may close this issue.

1 participant