From c55541b1ee96d91eb29ef900f7292f1337a7c3c3 Mon Sep 17 00:00:00 2001 From: Rdbo <57117082+rdbo@users.noreply.github.com> Date: Sun, 21 Jan 2024 01:30:55 -0300 Subject: [PATCH] fix: typo in checkout.rs --- examples/checkout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/checkout.rs b/examples/checkout.rs index 399edb0cd..9e507b721 100644 --- a/examples/checkout.rs +++ b/examples/checkout.rs @@ -41,7 +41,7 @@ async fn main() { println!("created a customer at https://dashboard.stripe.com/test/customers/{}", customer.id); - // create a new exmaple project + // create a new example project let product = { let mut create_product = CreateProduct::new("T-Shirt"); create_product.metadata = Some(std::collections::HashMap::from([(