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) }