Skip to content

Commit

Permalink
Fix minor typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored Jun 2, 2017
1 parent ff3bafd commit 671c53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edbee-lib/edbee/models/textdocument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void TextDocument::endUndoGroup( int coalesceId, bool flatten)


/// Ends the undo group and discards all recorded information
/// Warning it doesn NOT undo all made changes!!!
/// Warning it does NOT undo all made changes!!!
void TextDocument::endUndoGroupAndDiscard()
{
textUndoStack()->endUndoGroupAndDiscard();
Expand Down

0 comments on commit 671c53e

Please sign in to comment.