From 6d400b747a180e965f3e9e5f92b3e4104d861d49 Mon Sep 17 00:00:00 2001 From: Tristan Guichaoua Date: Tue, 9 Aug 2022 10:16:34 +0200 Subject: [PATCH] fix doc --- src/api/build_type.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/build_type.rs b/src/api/build_type.rs index 8f8cc497..2ac83b3f 100644 --- a/src/api/build_type.rs +++ b/src/api/build_type.rs @@ -255,7 +255,7 @@ where self } - /// Register an index getter. + /// Register an fallible index getter. /// /// The function signature must start with `&mut self` and not `&self`. /// @@ -283,7 +283,7 @@ where self } - /// Register an index setter. + /// Register an fallible index setter. /// /// Not available under both `no_index` and `no_object`. #[deprecated = "This API is NOT deprecated, but it is considered volatile and may change in the future."]