From c1196de69a1cc0607f151893f6aadf5c22c45efc Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis
Date: Thu, 26 Apr 2018 22:28:04 +0200
Subject: [PATCH] Somewhat clearer explanation?
---
manual/Tasks/property.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manual/Tasks/property.html b/manual/Tasks/property.html
index ce764f8a1..e63f2e1cb 100644
--- a/manual/Tasks/property.html
+++ b/manual/Tasks/property.html
@@ -51,7 +51,7 @@ they are most definitely not variables.
of the variable.
By setting the runtime attribute with a prefix to use.
Properties prefix.availableProcessors
, prefix.freeMemory
, prefix.totalMemory
- and prefix.maxMemory
will be defined with values that correspond to the
+ and prefix.maxMemory
will be defined with values returned by the
corresponding methods of
the Runtime
class.