Skip to content

Commit c455a07

Browse files
owolffQt Cherry-pick Bot
authored andcommitted
serialization savegame example docs: Remove duplicate "each"
Pick-to: 6.10 6.8 6.5 Change-Id: I0fbb11d8828e09cdfa6651b799134561ed076fdd Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit 856f685) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
1 parent b9e6ebd commit c455a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/corelib/serialization/savegame/doc/src/savegame.qdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
\snippet serialization/savegame/level.h 0
9494

95-
We want the levels in our game to each each have several NPCs, so we keep a QList
95+
We want the levels in our game to each have several NPCs, so we keep a QList
9696
of Character objects. We also provide the familiar fromJson() and toJson()
9797
functions.
9898

0 commit comments

Comments
 (0)