Fix a typo

This commit is contained in:
xjjgjmeng 2024-08-20 09:44:21 +08:00
parent d624592ca4
commit 735014144a
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ int QUndoStack::index() const
/*!
Repeatedly calls undo() or redo() until the current command index reaches
\a idx. This function can be used to roll the state of the document forwards
of backwards. indexChanged() is emitted only once.
or backwards. indexChanged() is emitted only once.
\sa index(), count(), undo(), redo()
*/