Skip to content

Commit 0c070d7

Browse files
authored
Merge pull request #3209 from vdice/chore/fix-typo
chore(crates/core): fix typo
2 parents eb9634c + d1d59a0 commit 0c070d7

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)