summaryrefslogtreecommitdiffstats
path: root/examples/scxml
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2016-11-14 12:26:23 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2016-11-14 13:02:32 +0000
commit7ce80ec6de3372382dae5f1f40c7c52f651eee92 (patch)
treefb3ef00e4a3882a36e43422dfb214a421c0d5ee8 /examples/scxml
parent1ce48f9b6a0263b5520c2d428123e34ba0501021 (diff)
Fix doc
Change-Id: I406500e76deb4e0956aa671319bb01319012a7cd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'examples/scxml')
-rw-r--r--examples/scxml/sudoku/doc/src/sudoku.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scxml/sudoku/doc/src/sudoku.qdoc b/examples/scxml/sudoku/doc/src/sudoku.qdoc
index d1b6369..c3d8971 100644
--- a/examples/scxml/sudoku/doc/src/sudoku.qdoc
+++ b/examples/scxml/sudoku/doc/src/sudoku.qdoc
@@ -225,7 +225,7 @@
\skipto isValidPosition
\printuntil }
- We ensure the coordinates are not negative nor bigger than our grid.
+ We ensure the coordinates are neither negative nor bigger than our grid.
In addition, we check if the coordinates point to an
initially empty cell, since we can not modify
the cells initially given by the grid description.