Skip to content

Commit bfa0863

Browse files
HairyFotrdbrgn
authored andcommitted
Fix typo (#25)
1 parent bcfd6cb commit bfa0863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/4.2-ownership.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ \subsection{Promise 2: No dangling pointers}
186186
println!("New value is {}", s);
187187
\end{minted}
188188

189-
While borrow a mutable reference to a value, that refrence is the only way to
189+
While borrow a mutable reference to a value, that reference is the only way to
190190
access that value at all.
191191
\end{frame}
192192

0 commit comments

Comments
 (0)