Skip to content

Commit 22e5251

Browse files
haouvwnagisa
authored andcommitted
chore: fix some comments
Signed-off-by: dashangcun <[email protected]>
1 parent b3965f8 commit 22e5251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/changelog.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
///
66
/// ## Non-breaking changes
77
///
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.
99
pub mod r0_8_4 {}
1010

1111
/// Release 0.8.3 (2024-03-05)
@@ -132,7 +132,7 @@ pub mod r0_7_1 {}
132132
/// Various executable and shared library formats define conventions and machinery to execute
133133
/// arbitrary code when a program or a shared library is loaded. On systems using the PE format
134134
/// (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
136136
/// pointers in the `.init_array` section. A very similar mechanism exists on systems that utilize
137137
/// the Mach-O format.
138138
///

0 commit comments

Comments
 (0)