diff --git a/docs/en/designers/language-custom-functions/language-function-eval.xml b/docs/en/designers/language-custom-functions/language-function-eval.xml
index e2717ed0..0d8c9b46 100644
--- a/docs/en/designers/language-custom-functions/language-function-eval.xml
+++ b/docs/en/designers/language-custom-functions/language-function-eval.xml
@@ -110,13 +110,13 @@ You must supply a state.
another {eval} example
- This example outputs the server name and IP.
- The variable $str could be from a database for example.
+ This outputs the server name (in uppercase) and IP.
+ The variable $str could be from a database query also.
assign('foo',$str);
]]>