diff --git a/doc/classes/MainLoop.xml b/doc/classes/MainLoop.xml
index 5167f9b4143..227e1ad4223 100644
--- a/doc/classes/MainLoop.xml
+++ b/doc/classes/MainLoop.xml
@@ -121,7 +121,7 @@
Notification received from the OS when an update of the Input Method Engine occurs (e.g. change of IME cursor position or composition string).
- Specific to the macOS platform.
+ Implemented on desktop and web platforms.
Notification received from the OS when the application is resumed.
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index 210d643113b..0c6cd03170b 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -1298,7 +1298,7 @@
Notification received from the OS when an update of the Input Method Engine occurs (e.g. change of IME cursor position or composition string).
- Implemented only on macOS.
+ Implemented on desktop and web platforms.
Notification received from the OS when the application is resumed.