Review comments

This commit is contained in:
Alex Crichton
2021-11-01 07:11:05 -07:00
parent f738abe63b
commit caa9e4a2d0
3 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
//! This is an implementation of a global allocator on the wasm platform when
//! This is an implementation of a global allocator on wasm targets when
//! emscripten is not in use. In that situation there's no actual runtime for us
//! to lean on for allocation, so instead we provide our own!
//!