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 crates/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl Default for Config {
// * Component instances are the maximum live number of
// component instances or instantiations. In other words this
// is the maximal concurrency that Spin can serve in terms of
// HTTP rqeuests.
// HTTP requests.
//
// * Memories mostly affect how big the virtual address space
// reservation is for the pooling allocator. Memories require
Expand Down