summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginescript.cpp
diff options
context:
space:
mode:
authorKaloyan Chehlarski <kaloyan.chehlarski@qt.io>2025-01-21 14:25:30 +0100
committerKaloyan Chehlarski <kaloyan.chehlarski@qt.io>2025-02-10 16:36:50 +0100
commit49029332a6a3cf92e255f95d425451b054d4e583 (patch)
treebefcff750db2d24a93ac16be0a96b3d3212a4a94 /src/core/api/qwebenginescript.cpp
parent4d48b5bdee980387f3d335080f842f4f013ff33e (diff)
Doc: Various punctuation fixes
Change-Id: I65b22658eb46e2460e0bd8d82f528671b33fad66 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/api/qwebenginescript.cpp')
-rw-r--r--src/core/api/qwebenginescript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qwebenginescript.cpp b/src/core/api/qwebenginescript.cpp
index 8d1ff46bf..ee9d59a6b 100644
--- a/src/core/api/qwebenginescript.cpp
+++ b/src/core/api/qwebenginescript.cpp
@@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE
\value MainWorld The world used by the page's web contents. It can be useful in order to expose custom functionality
to web contents in certain scenarios.
- \value ApplicationWorld The default isolated world used for application level functionality implemented in JavaScript.
+ \value ApplicationWorld The default isolated world used for application-level functionality implemented in JavaScript.
\value UserWorld The first isolated world to be used by scripts set by users if the application is not making use
of more worlds. As a rule of thumb, if that functionality is exposed to the application users, each individual script
should probably get its own isolated world.