diff --git a/eu.ad5001.LogarithmPlotter.metainfo.xml b/eu.ad5001.LogarithmPlotter.metainfo.xml
index a9c6df6..5858792 100644
--- a/eu.ad5001.LogarithmPlotter.metainfo.xml
+++ b/eu.ad5001.LogarithmPlotter.metainfo.xml
@@ -119,7 +119,7 @@
Syntax highlighting (can be disabled in the settings).
Autocompletion is now available (for function names, variables and constants, object names and properties) (can be disabled in the settings).
Object properties can now be used in expressions (e.g. if you have a point named A, you can use A.x to access its x value).
- Similarly executable objects (Functions, bode magnitudes and phases, distributions, and sequences) can be now be used in expressions (e.g. if you have a function named 'f', you can access its value using `f()`).
+ Similarly executable objects (Functions, bode magnitudes and phases, distributions, and sequences) can be now be used in expressions (e.g. if you have a function named 'f', you can access its value using `f(value)`).
LaTeX-rendered formulas are now used in the Objects and History tabs when LaTeX rendering is enabled.
Errors in formulas are now reported in message boxes.