Skip to content

Commit

Permalink
Merge pull request #118 from shribe/error-message-typo
Browse files Browse the repository at this point in the history
small typo in error message
  • Loading branch information
astonbitecode committed Jun 14, 2024
2 parents 3f30aa9 + ee1ec39 commit 3a3c57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/api_tweaks/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lazy_static! {
static ref JVM_LIB: libloading::Library = {
let full_path = format!(
"{}{}{}",
locate_jvm_dyn_library().expect("Could find the jvm dynamic library"),
locate_jvm_dyn_library().expect("Could not find the jvm dynamic library"),
MAIN_SEPARATOR,
get_jvm_dyn_lib_file_name()
);
Expand Down

0 comments on commit 3a3c57a

Please sign in to comment.