diff --git a/doc/dseries-and-reporting/dseriesReporting.tex b/doc/dseries-and-reporting/dseriesReporting.tex
index 0d92eb8c84de5cd0b6d6a66ea6f65e9a8d2b046b..8079db8d92c0368aaa0bdf8d691e8f515a209f72 100644
--- a/doc/dseries-and-reporting/dseriesReporting.tex
+++ b/doc/dseries-and-reporting/dseriesReporting.tex
@@ -240,9 +240,9 @@ would be transformed into
 \begin{alltt}
   disp(`In dates(`1999q1'), ...')
 \end{alltt}
-      \myitem To fix this, simply prefix any date that you don't want transformed by the preprocessor with a `\texttt{\$}'
+      \myitem To fix this, simply prefix any date that you don't want transformed by the preprocessor with a `\texttt{\$}': \texttt{disp(`In \$1999q1, ...')}
 \begin{alltt}
-  disp(`In $1999q1, ...')
+  \(\Rightarrow\) disp(`In 1999q1, ...')
 \end{alltt}
 
   \end{itemize}