Skip to content

Commit

Permalink
[ereport] another docs whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Oct 17, 2024
1 parent 8ea3c96 commit 8d76755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ereporter/api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub trait EreporterApi {
) -> Result<HttpResponseDeleted, HttpError>;
}

/// 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,
Expand Down

0 comments on commit 8d76755

Please sign in to comment.