From b7acb8649d3e6433aac9eb93eb788af29e64905a Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Fri, 14 Oct 2022 17:11:29 +0200 Subject: [PATCH] Small typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5064d4a..d40898a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Introduces [timer and ticker](timer_examples/src/main.rs). ### chapter 9: parking_lot -Introduces [parkiung_lot](parking_lot_examples/src/main.rs). +Introduces [parking_lot](parking_lot_examples/src/main.rs). ### chapter 10: crossbeam