From bcdef4f51c5f92771c359d888681d0098c3f2f5e Mon Sep 17 00:00:00 2001 From: hzargar2 Date: Tue, 1 Aug 2023 12:41:04 -0400 Subject: [PATCH] comment fix --- src/resources/product_ext.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/product_ext.rs b/src/resources/product_ext.rs index 7c50edadf..052136c92 100644 --- a/src/resources/product_ext.rs +++ b/src/resources/product_ext.rs @@ -22,7 +22,7 @@ impl<'a> ProductSearchParams<'a> { impl Product { /// Searches for a product. /// - /// For more details see . + /// For more details see . pub fn search(client: &Client, params: ProductSearchParams) -> Response> { client.get_query("/products/search", params) }