Fix typo.

This commit is contained in:
Bartosz Taudul 2019-02-20 02:51:03 +01:00
parent 5afadcb11d
commit 0fd3025a7e

View File

@ -299,7 +299,7 @@ You should compile the main library with the \texttt{tracy/TracyClient.cpp} sour
\subsubsection{Apple woes}
Because Apple \emph{has} to be \emph{think different}, there are some problems when using Tracy on OSX and iOS. First, the performance hit due to profiling is higher than on onther platforms. Second, some critical features are missing and won't be possible to achieve:
Because Apple \emph{has} to be \emph{think different}, there are some problems when using Tracy on OSX and iOS. First, the performance hit due to profiling is higher than on other platforms. Second, some critical features are missing and won't be possible to achieve:
\begin{itemize}
\item There's no support for the \texttt{TRACY\_NO\_EXIT} mode.