From a6b194810b7575bbe36c6c148f97169d75bfa459 Mon Sep 17 00:00:00 2001 From: Bruno Martinez Date: Tue, 5 Mar 2019 14:17:56 -0300 Subject: [PATCH] Update interprocess.qbk --- doc/interprocess.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/interprocess.qbk b/doc/interprocess.qbk index a04839d..e84b482 100644 --- a/doc/interprocess.qbk +++ b/doc/interprocess.qbk @@ -5156,7 +5156,7 @@ Let's see an example: [section:containers_and_move Move semantics in Interprocess containers] [*Boost.Interprocess] containers support move semantics, which means that the contents -of a container can be moved from a container two another one, without any copying. The +of a container can be moved from a container to another one, without any copying. The contents of the source container are transferred to the target container and the source container is left in default-constructed state.