Skip to content

Commit b564972

Browse files
committed
cleanup
1 parent c99472e commit b564972

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

src/endpoint/root.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static_lazy_lock! {
2626
QUEUED_ASYNC: QueuedAsyncFramework<String> = QueuedAsyncFramework::new();
2727
}
2828

29-
/// The payload of the post.
29+
/// The payload for the post request.
3030
#[derive(Debug, Clone, Deserialize)]
3131
pub struct PostPayload {
3232
/// The label of the service to update.

0 commit comments

Comments
 (0)