summaryrefslogtreecommitdiff
path: root/lib/apps/application.vala
diff options
context:
space:
mode:
Diffstat (limited to 'lib/apps/application.vala')
-rw-r--r--lib/apps/application.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/apps/application.vala b/lib/apps/application.vala
index c137183..0a2f73c 100644
--- a/lib/apps/application.vala
+++ b/lib/apps/application.vala
@@ -25,8 +25,8 @@ public class AstalApps.Application : Object {
public string description { get { return app.get_description(); } }
/**
- * The StartupWMClass field from the desktop file.
- * This represents the WM_CLASS property of the main window of the application.
+ * `StartupWMClass` field from the desktop file.
+ * This represents the `WM_CLASS` property of the main window of the application.
*/
public string wm_class { get { return app.get_startup_wm_class(); } }