Skip to content

Commit dbb7200

Browse files
authored
Fix typo in fastrace post: multile -> multiple (#6)
1 parent 170c1d3 commit dbb7200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/post/fastrace-a-modern-approach-to-distributed-tracing-in-rust.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The consequences of missing context propagation are severe in distributed system
169169
Trace #3: API Gateway → Response
170170
```
171171

172-
- Even worse, when multile requests are interleaved, the traces become a chaotic mess:
172+
- Even worse, when multiple requests are interleaved, the traces become a chaotic mess:
173173
```
174174
Trace #1: Frontend → API Gateway
175175
Trace #2: Frontend → API Gateway

0 commit comments

Comments
 (0)