Skip to content

Commit d1d59a0

Browse files
committed
chore(crates/core): fix typo
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 35fd67b commit d1d59a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl Default for Config {
104104
// * Component instances are the maximum live number of
105105
// component instances or instantiations. In other words this
106106
// is the maximal concurrency that Spin can serve in terms of
107-
// HTTP rqeuests.
107+
// HTTP requests.
108108
//
109109
// * Memories mostly affect how big the virtual address space
110110
// reservation is for the pooling allocator. Memories require

0 commit comments

Comments
 (0)