mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-19 13:16:19 -04:00
Added a few commas in the documentation
This commit is contained in:
+2
-2
@@ -109,7 +109,7 @@ impl Library {
|
||||
///
|
||||
/// # Safety
|
||||
///
|
||||
/// When a library is loaded initialisation routines contained within the library are executed.
|
||||
/// When a library is loaded, initialisation routines contained within the library are executed.
|
||||
/// For the purposes of safety, the execution of these routines is conceptually the same calling an
|
||||
/// unknown foreign function and may impose arbitrary requirements on the caller for the call
|
||||
/// to be sound.
|
||||
@@ -156,7 +156,7 @@ impl Library {
|
||||
///
|
||||
/// # Safety
|
||||
///
|
||||
/// When a library is loaded initialisation routines contained within the library are executed.
|
||||
/// When a library is loaded, initialisation routines contained within the library are executed.
|
||||
/// For the purposes of safety, the execution of these routines is conceptually the same calling an
|
||||
/// unknown foreign function and may impose arbitrary requirements on the caller for the call
|
||||
/// to be sound.
|
||||
|
||||
@@ -92,7 +92,7 @@ impl Library {
|
||||
///
|
||||
/// # Safety
|
||||
///
|
||||
/// When a library is loaded initialisation routines contained within the library are executed.
|
||||
/// When a library is loaded, initialisation routines contained within the library are executed.
|
||||
/// For the purposes of safety, the execution of these routines is conceptually the same calling an
|
||||
/// unknown foreign function and may impose arbitrary requirements on the caller for the call
|
||||
/// to be sound.
|
||||
@@ -178,7 +178,7 @@ impl Library {
|
||||
///
|
||||
/// # Safety
|
||||
///
|
||||
/// When a library is loaded initialisation routines contained within the library are executed.
|
||||
/// When a library is loaded, initialisation routines contained within the library are executed.
|
||||
/// For the purposes of safety, the execution of these routines is conceptually the same calling an
|
||||
/// unknown foreign function and may impose arbitrary requirements on the caller for the call
|
||||
/// to be sound.
|
||||
|
||||
Reference in New Issue
Block a user