summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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.