File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
///
6
6
/// ## Non-breaking changes
7
7
///
8
- /// Compilation when targetting Apple's visionos, watchos and tvos targets has been fixed.
8
+ /// Compilation when targeting Apple's visionos, watchos and tvos targets has been fixed.
9
9
pub mod r0_8_4 { }
10
10
11
11
/// Release 0.8.3 (2024-03-05)
@@ -132,7 +132,7 @@ pub mod r0_7_1 {}
132
132
/// Various executable and shared library formats define conventions and machinery to execute
133
133
/// arbitrary code when a program or a shared library is loaded. On systems using the PE format
134
134
/// (e.g. Windows) this is available via the optional `DllMain` initializer. Various systems
135
- /// utilizing the ELF format take a sightly different approach of maintaining an array of function
135
+ /// utilizing the ELF format take a slightly different approach of maintaining an array of function
136
136
/// pointers in the `.init_array` section. A very similar mechanism exists on systems that utilize
137
137
/// the Mach-O format.
138
138
///
You can’t perform that action at this time.
0 commit comments