From c5c19cf4a1ade0625c2096132663446d93588560 Mon Sep 17 00:00:00 2001 From: Lukas Friembichler <76054616+appcodegen@users.noreply.github.com> Date: Tue, 21 May 2024 13:05:25 +0200 Subject: [PATCH] Typo --- doc/qbk/conversion/direct.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qbk/conversion/direct.qbk b/doc/qbk/conversion/direct.qbk index b16b4c3f4..a91946e55 100644 --- a/doc/qbk/conversion/direct.qbk +++ b/doc/qbk/conversion/direct.qbk @@ -13,7 +13,7 @@ [section Direct parsing] For large inputs parsing into the library's containers followed by conversion -via __value_to__ might be prohibitively expensive. For this cases the library +via __value_to__ might be prohibitively expensive. For these cases the library provides components that allow parsing directly into user-provided objects. The drawback of this approach is that fully custom type representations are