Skip to content

Commit e03674f

Browse files
Fixed a typo in user-guide.md
1 parent 3f69fed commit e03674f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ This permanently hides the tab widget of this area and removes it from the tab
515515
menu. For this special dock widget you should also disable all other features
516516
(movable, closable and floatable) to prevent closing and moving of this widget.
517517
If you use the `CDockManager::setCentralWidget` function like in the example
518-
code below, the you do not need to disable these features because this is done
518+
code below, then you don't need to disable these features because this is done
519519
in the `setCentralWidget` function.
520520

521521
```c++

0 commit comments

Comments
 (0)