From 22581b382c52deeb5f39032d4eafe78c2ce06fe8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 28 Nov 2019 13:47:42 +0100 Subject: [PATCH] api-macro: fixup Signed-off-by: Wolfgang Bumiller --- proxmox-api-macro/tests/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-api-macro/tests/types.rs b/proxmox-api-macro/tests/types.rs index cc163641..82a4ca50 100644 --- a/proxmox-api-macro/tests/types.rs +++ b/proxmox-api-macro/tests/types.rs @@ -23,7 +23,7 @@ impl OkString { .schema(); } -#[api(description: "A selection of either A, B or C")] +#[api(description: "A selection of either a, B or C")] #[derive(Deserialize)] pub enum Selection { #[serde(rename = "a")]