typo fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-06-06 14:47:02 +02:00
parent 5bda38830c
commit 671a56c545

View File

@ -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