[pdm-devel] [PATCH proxmox-api-types v2] docs: escape HTML delimiters
Maximiliano Sandoval
m.sandoval at proxmox.com
Mon Feb 10 14:59:02 CET 2025
Fixes the unclosed HTML tag lint.
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
Differences from v1:
- Remove fixes in generated code.
- Write a smaller commit message.
pve-api-types/src/client/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pve-api-types/src/client/mod.rs b/pve-api-types/src/client/mod.rs
index 8832272..0de7cc3 100644
--- a/pve-api-types/src/client/mod.rs
+++ b/pve-api-types/src/client/mod.rs
@@ -32,7 +32,7 @@ pub fn add_query_bool(query: &mut String, separator: &mut char, name: &str, valu
}
}
-/// For "<type>-list" entries we turn an array into a string ready for perl's `split_list()` call.
+/// For `<type>-list` entries we turn an array into a string ready for perl's `split_list()` call.
pub fn add_query_arg_string_list<T>(
query: &mut String,
separator: &mut char,
--
2.39.5
More information about the pdm-devel
mailing list