From 74aea6016bbb4745368a898d91c3a14ab983315d Mon Sep 17 00:00:00 2001 From: Oleg-designer Date: Thu, 11 Mar 2021 15:58:50 +0300 Subject: [PATCH] ref #16 cacheddbobjectsrequest.h grammar correction --- Heart/DataBaseSpace/packages/cacheddbobjectsrequest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Heart/DataBaseSpace/packages/cacheddbobjectsrequest.h b/Heart/DataBaseSpace/packages/cacheddbobjectsrequest.h index 287e599..eb4b9fa 100644 --- a/Heart/DataBaseSpace/packages/cacheddbobjectsrequest.h +++ b/Heart/DataBaseSpace/packages/cacheddbobjectsrequest.h @@ -18,8 +18,8 @@ namespace PKG { template /** * @brief The CachedDbObjectsRequest class This is template class for generate request with the custom condition for BASE objects. - * @note This request send request to the hardware and not used a cache to get database objects. But all objectes will be cahed for next singel requests. - * @warning if BASE object is not cacheble then result objects well not be saved into cache. + * @note This request send request to the hardware and not used a cache to get database objects. But all objects will be cached for next single requests. + * @warning if BASE object is uncachable then result objects will not be saved into cache. * * For more information see the DBObject::isCached method. *