Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokin committed Jan 3, 2018
1 parent 4db29a5 commit 30cd0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart-pointers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ \subsection{unique\_ptr}
}
\end{minted}

\mintinline{c++}{std::unique_ptr} имеет операторы \mintinline{c++}{*} и \mintinline{c++}{->}, поэтому им можно пользоваться как обыным указателем:
\mintinline{c++}{std::unique_ptr} имеет операторы \mintinline{c++}{*} и \mintinline{c++}{->}, поэтому им можно пользоваться как обычным указателем:

\begin{minted}[
linenos,
Expand Down

0 comments on commit 30cd0d2

Please sign in to comment.