1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:57:35 +00:00

LibGUI: Fix typo in AutocompleteBox::show

This commit is contained in:
Itamar 2021-03-27 18:27:08 +03:00 committed by Andreas Kling
parent 68f420ed42
commit 9545c156b5
2 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@ public:
void update_suggestions(Vector<AutocompleteProvider::Entry>&& suggestions);
bool is_visible() const;
void show(Gfx::IntPoint suggstion_box_location);
void show(Gfx::IntPoint suggestion_box_location);
void close();
void next_suggestion();