From 8d767558382738113f3a467a88cc4429f7104992 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Thu, 17 Oct 2024 13:50:42 -0700 Subject: [PATCH] [ereport] another docs whoopsie --- ereporter/api/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereporter/api/src/lib.rs b/ereporter/api/src/lib.rs index 1ff5c1c43e..fb434a8cbb 100644 --- a/ereporter/api/src/lib.rs +++ b/ereporter/api/src/lib.rs @@ -44,7 +44,7 @@ pub trait EreporterApi { ) -> Result; } -/// Path parameters to the [`EreporterAPi::ereports_list`] endpoint. +/// Path parameters to the [`EreporterApi::ereports_list`] endpoint. #[derive(Clone, Copy, Debug, Deserialize, JsonSchema, Serialize)] pub struct ListPathParams { pub reporter_id: Uuid,