Skip to content

Commit

Permalink
Add missing closing parenthesis in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Müller <deso@posteo.net>
  • Loading branch information
d-e-s-o committed Feb 28, 2025
1 parent b570e0d commit 0efee9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion capi/include/blazesym.h
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ typedef struct blaze_user_meta_elf {
/**
* Ordinarily, the canonical absolute path to the ELF file,
* including its name. In case of an ELF file contained inside an
* APK (see [`blaze_normalize_opts::apk_to_elf`] this will be an
* APK (see [`blaze_normalize_opts::apk_to_elf`]) this will be an
* Android style path of the form `<apk>!<elf-in-apk>`. E.g.,
* `/root/test.apk!/lib/libc.so`.
*
Expand Down
2 changes: 1 addition & 1 deletion capi/src/normalize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ impl blaze_user_meta_apk {
pub struct blaze_user_meta_elf {
/// Ordinarily, the canonical absolute path to the ELF file,
/// including its name. In case of an ELF file contained inside an
/// APK (see [`blaze_normalize_opts::apk_to_elf`] this will be an
/// APK (see [`blaze_normalize_opts::apk_to_elf`]) this will be an
/// Android style path of the form `<apk>!<elf-in-apk>`. E.g.,
/// `/root/test.apk!/lib/libc.so`.
///
Expand Down
2 changes: 1 addition & 1 deletion src/normalize/meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub struct Apk {
pub struct Elf<'src> {
/// Ordinarily, the canonical absolute path to the ELF file,
/// including its name. In case of an ELF file contained inside an
/// APK (see [`NormalizeOpts::apk_to_elf`] this will be an Android
/// APK (see [`NormalizeOpts::apk_to_elf`]) this will be an Android
/// style path of the form `<apk>!<elf-in-apk>`. E.g.,
/// `/root/test.apk!/lib/libc.so`.
pub path: PathBuf,
Expand Down

0 comments on commit 0efee9f

Please sign in to comment.