Skip to content

Commit 1c0897d

Browse files
authored
Fix typo
1 parent 95a9eb6 commit 1c0897d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter-six/src/bin/raii.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct SomeOsFunctionality<T> {
1010
// The data variable represents whatever useful information
1111
// the user might provide to the OS functionality
1212
data: T,
13-
// The underlying struct is usually not savely movable,
13+
// The underlying struct is usually not safely movable,
1414
// so it's given a constant address in a box
1515
inner: Box<SomeOsSpecificFunctionalityHandle>,
1616
}

0 commit comments

Comments
 (0)