doc: fix typos in dseries/reporting slides

time-shift
Houtan Bastani 2014-06-03 18:54:51 +02:00
parent ff268520cd
commit a2eec75f6f
1 changed files with 2 additions and 4 deletions

View File

@ -104,7 +104,7 @@ X =
\texttt{multiplyByTwo()}. \texttt{multiplyByTwo()}.
\myitem In most object-oriented \myitem In most object-oriented
languages, writing \texttt{X.multiplyByTwo();} will change the value languages, writing \texttt{X.multiplyByTwo();} will change the value
contained in \texttt{X} to \texttt{2/2} contained in \texttt{X} to \texttt{2}
\end{itemize} \end{itemize}
\end{itemize} \end{itemize}
\end{frame} \end{frame}
@ -139,7 +139,7 @@ X =
\item[] \begin{itemize} \item[] \begin{itemize}
\myitem To get the desired change, you must overwrite \texttt{X} \myitem To get the desired change, you must overwrite \texttt{X}
\begin{verbatim} \begin{verbatim}
>> X=X.multiplyByTwo() >> X = X.multiplyByTwo()
X = X =
@ -867,8 +867,6 @@ the time range of \verb+vs+ will be the union of \verb+ts.dates+ and
\end{frame} \end{frame}
\subsection{Examples}
\section{Putting it All Together} \section{Putting it All Together}
\begin{frame}[fragile=singleslide,t] \begin{frame}[fragile=singleslide,t]
\frametitle{Create Report of IRFs from \texttt{example1.mod}} \frametitle{Create Report of IRFs from \texttt{example1.mod}}