Improve some wording in the FAQ.

Thanks to Vasily Vylkov for suggesting the change.

Change-Id: I8e15f5ffdba2da5f55234d65ba4b9b0dadfb6085
diff --git a/docs/source/faqs.rst b/docs/source/faqs.rst
index 0d03e64..58f6cb7 100644
--- a/docs/source/faqs.rst
+++ b/docs/source/faqs.rst
@@ -97,7 +97,7 @@
    Algorithmically this means that given :math:`y`, compute :math:`x =
    f^{-1}(y)` by whatever means you can. Evaluate the Jacobian of
    :math:`f` at :math:`x`. If the Jacobian matrix is invertible, then
-   the inverse is the Jacobian of the inverse at :math:`y`.
+   its inverse is the Jacobian of :math:`f^{-1}(y)` at  :math:`y`.
 
    One can put this into practice with the following code fragment.