mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-29 15:07:51 +00:00
typo fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
5bda38830c
commit
671a56c545
@ -35,7 +35,7 @@ pub struct TypeInfo {
|
|||||||
pub complete_fn: Option<CompleteFn>,
|
pub complete_fn: Option<CompleteFn>,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Until we can slap `#[api]` onto all the functions we cann start translating our existing
|
/// Until we can slap `#[api]` onto all the functions we can start translating our existing
|
||||||
/// `ApiMethod` structs to this new layout.
|
/// `ApiMethod` structs to this new layout.
|
||||||
/// Otherwise this is mostly there so we can run the tests in the tests subdirectory without
|
/// Otherwise this is mostly there so we can run the tests in the tests subdirectory without
|
||||||
/// depending on the api-macro crate. Tests using the macros belong into the api-macro crate itself
|
/// depending on the api-macro crate. Tests using the macros belong into the api-macro crate itself
|
||||||
|
Loading…
Reference in New Issue
Block a user