Skip to content

http/body: fix 'recieved' -> 'received' in doc comment - #130

Merged
yoshuawuyts merged 1 commit into
bytecodealliance:mainfrom
SAY-5:fix-body-recieved-typo
Apr 19, 2026
Merged

http/body: fix 'recieved' -> 'received' in doc comment#130
yoshuawuyts merged 1 commit into
bytecodealliance:mainfrom
SAY-5:fix-body-recieved-typo

Conversation

@SAY-5

Copy link
Copy Markdown
Contributor

Doc comment in src/http/body.rs line 176 reads recieved in the incoming request. Fixed to received. Comment-only change.

Doc comment in src/http/body.rs line 176 read 'recieved in the incoming request'. Fixed to 'received'. Comment-only change.
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
@yoshuawuyts
yoshuawuyts merged commit f93a8cf into bytecodealliance:mainApr 19, 2026
5 checks passed
yoshuawuyts added a commit that referenced this pull request Jun 9, 2026
Replace the crate-root modules with thin facades over the backend:
- `http.rs`, `net.rs`, `rand.rs`, `runtime.rs` re-export from `crate::sys::*`.
- `io/mod.rs` re-exports `crate::sys::io`/`crate::sys::stdio` instead of
declaring the now-relocated `streams`/`stdio` submodules.
Flatten the remaining multi-file modules into single files:
- `future.rs` absorbs `future/{future_ext,timeout,mod}.rs`.
- `time.rs` carries the public `Duration`/timer API plus `time::utils`, and
`sys/p2/time.rs` carries the monotonic-clock/`SystemTime` backend (merged
from the old `time/{instant,utils}.rs`).
- `iter.rs` is the former `iter/mod.rs`.
Unlike #128 this leaves no orphaned `io/streams.rs`/`io/stdio.rs` behind, and
preserves the `received` spelling fixed in #130.
Build still requires the `cfg-if` dependency added in the next commit.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SAY-5@yoshuawuyts