diff --git a/xdocs/usermanual/functions.xml b/xdocs/usermanual/functions.xml index b74b456417..38139ee6a6 100644 --- a/xdocs/usermanual/functions.xml +++ b/xdocs/usermanual/functions.xml @@ -627,7 +627,7 @@ the comma after 7 is escaped.

Examples: ${__Random(0,10)} will return a random number between 0 and 10
-${__Random(0,10, MYVAR)} will return a random number between 0 and 10 and store it in MYVAR. ${MYVAR} will contain the random number
+${__Random(0,10, MYVAR)} will return a random number between 0 and 10 and store it in MYVAR. ${MYVAR} will contain the random number

@@ -642,9 +642,9 @@ the comma after 7 is escaped.

Examples: ${__RandomString(5)} will return a random string of 5 characters which can be readable or not
-${__RandomString(10,abcdefg)} will return a random string of 10 characters pcked from abcdefg set, like cdbgdbeebd or adbfeggfad...
-${__RandomString(6,a12zeczclk, MYVAR)} will return a random string of 6 characters pcked from a12zeczclk set and store the result in MYVAR, MYVAR will contain -string like 2z22ak or z11kce...
+${__RandomString(10,abcdefg)} will return a random string of 10 characters picked from abcdefg set, like cdbgdbeebd or adbfeggfad, …
+${__RandomString(6,a12zeczclk, MYVAR)} will return a random string of 6 characters picked from a12zeczclk set and store the result in MYVAR, MYVAR will contain +string like 2z22ak or z11kce, …

@@ -655,7 +655,7 @@ string like 2z22ak or z11kce...

Examples: -${UUID()} will return UUIs with this format : c69e0dd1-ac6b-4f2b-8d59-5d4e8743eecd
+${UUID()} will return UUIs with this format : c69e0dd1-ac6b-4f2b-8d59-5d4e8743eecd