Update interprocess.qbk

This commit is contained in:
Bruno Martinez
2019-03-05 14:17:56 -03:00
committed by GitHub
parent 4eb0b4ece0
commit a6b194810b

View File

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