Skip to content

Commit 0a023c2

Browse files
committed
fix typo (reference to omitted alpha-renaming caught by reviewer)
1 parent a64f8ac commit 0a023c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vision/shiny_future/barbara_makes_a_wish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async fn accept_loop(addr: impl ToSocketAddrs) -> Result<()> {
2929
}
3030
```
3131

32-
Barbara rebuilds and runs her program again. She doesn't see anything different in the terminal output for the program itself though, and the behavior is the same as before: hitting an endpoint, nothing happens. She double-checks the readme for the `async-executor-insight` crate, and realizes that she needs to connect other programs to her service to observe the insights being gathered. Barbara decides that she wants to customize the port that `insight` is listening on before she starts her experiments with those programs.
32+
Barbara rebuilds and runs her program again. She doesn't see anything different in the terminal output for the program itself though, and the behavior is the same as before: hitting an endpoint, nothing happens. She double-checks the readme for the `wish4-async-insight` crate, and realizes that she needs to connect other programs to her service to observe the insights being gathered. Barbara decides that she wants to customize the port that `insight` is listening on before she starts her experiments with those programs.
3333

3434
```rust,ignore
3535
async fn accept_loop(addr: impl ToSocketAddrs) -> Result<()> {

0 commit comments

Comments
 (0)