LibWeb/Editing: Fix small copy-paste error

Was introduced in https://github.com/LadybirdBrowser/ladybird/pull/2655
This commit is contained in:
0x4261756D 2024-11-30 22:20:00 +01:00 committed by Andrew Kaster
parent 941e25b0dc
commit 124a4f12e4
Notes: github-actions[bot] 2024-11-30 22:05:59 +00:00

View file

@ -20,7 +20,7 @@ void initialize_strings()
#define __ENUMERATE_COMMAND_NAME(name) name = #name##_fly_string;
ENUMERATE_COMMAND_NAMES
#undef __ENUMERATE_MATHML_TAG
#undef __ENUMERATE_COMMAND_NAME
delete_ = "delete"_fly_string;
s_initialized = true;