We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a9eb6 commit 1c0897dCopy full SHA for 1c0897d
chapter-six/src/bin/raii.rs
@@ -10,7 +10,7 @@ struct SomeOsFunctionality<T> {
10
// The data variable represents whatever useful information
11
// the user might provide to the OS functionality
12
data: T,
13
- // The underlying struct is usually not savely movable,
+ // The underlying struct is usually not safely movable,
14
// so it's given a constant address in a box
15
inner: Box<SomeOsSpecificFunctionalityHandle>,
16
}
0 commit comments