diff --git a/src/function/Target.cpp b/src/function/Target.cpp
index 12630e43bc2b5b4711e593c1ead01d9b2d3f3c4c..5ce91249563a68b9599abf0806d02b3aa7c95f65 100644
--- a/src/function/Target.cpp
+++ b/src/function/Target.cpp
@@ -45,7 +45,7 @@ d(X,X') = \vert X - X' \vert
 
 where \f$ X \f$ is the instaneous values for a set of collective variables for the system and
 \f$ X' \f$ is the values that these self-same set of collective variables take in some reference structure provided as input.
-If we call our set of collective variables \f$\{s_i\}f\$ then this CV computes:
+If we call our set of collective variables \f$\{s_i\}\f$ then this CV computes:
 
 \f[
 d = \sqrt{ \sum_{i=1}^N (s_i - s_i^{(ref)})^2 }