diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml
index 9ecb2a02b0..f5fd7f6018 100644
--- a/doc/classes/PopupMenu.xml
+++ b/doc/classes/PopupMenu.xml
@@ -711,7 +711,7 @@
Sets the maximum number of mismatches allowed in each search result when fuzzy searching is enabled for the [PopupMenu] search bar. Any item with more mismatches will be hidden from the search results.
- Sets the minimum number of items required for the search bar to be visible. [member search_bar_enabled] must be [code]true[/code] for this to have any effect.
+ Sets the minimum number of items required for the search bar to be visible. [member search_bar_enabled] must be [code]true[/code] for this to have any effect. Separator items are not counted.
If [code]true[/code], shrinks [PopupMenu] to minimum height when it's shown.