From 7ce80ec6de3372382dae5f1f40c7c52f651eee92 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Mon, 14 Nov 2016 12:26:23 +0100 Subject: Fix doc Change-Id: I406500e76deb4e0956aa671319bb01319012a7cd Reviewed-by: Leena Miettinen --- examples/scxml/sudoku/doc/src/sudoku.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/scxml') 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. -- cgit v1.2.3