summaryrefslogtreecommitdiff
path: root/docs/users_guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide')
-rw-r--r--docs/users_guide/profiling.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/profiling.rst b/docs/users_guide/profiling.rst
index 0aa437a4dc..a1b1de819f 100644
--- a/docs/users_guide/profiling.rst
+++ b/docs/users_guide/profiling.rst
@@ -386,9 +386,9 @@ compiled program.
* ``Data.List.map``
* ``*.map``
* ``*.parse*``
- * ``*.<\\*>``
+ * ``*.<\*>``
- The ``*`` character can be used literally by escaping (e.g. ``\\*``).
+ The ``*`` character can be used literally by escaping (e.g. ``\*``).
.. ghc-flag:: -fprof-auto
:shortdesc: Auto-add ``SCC``\\ s to all bindings not marked INLINE