Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: dashangcun <jchaodaohang@foxmail.com>
  • Loading branch information
haouvw authored and nagisa committed Jun 24, 2024
1 parent b3965f8 commit 22e5251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/changelog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
///
/// ## Non-breaking changes
///
/// Compilation when targetting Apple's visionos, watchos and tvos targets has been fixed.
/// Compilation when targeting Apple's visionos, watchos and tvos targets has been fixed.
pub mod r0_8_4 {}

/// Release 0.8.3 (2024-03-05)
Expand Down Expand Up @@ -132,7 +132,7 @@ pub mod r0_7_1 {}
/// Various executable and shared library formats define conventions and machinery to execute
/// arbitrary code when a program or a shared library is loaded. On systems using the PE format
/// (e.g. Windows) this is available via the optional `DllMain` initializer. Various systems
/// utilizing the ELF format take a sightly different approach of maintaining an array of function
/// utilizing the ELF format take a slightly different approach of maintaining an array of function
/// pointers in the `.init_array` section. A very similar mechanism exists on systems that utilize
/// the Mach-O format.
///
Expand Down

0 comments on commit 22e5251

Please sign in to comment.