Added a few commas in the documentation

This commit is contained in:
William Henderson
2021-10-09 11:32:26 +01:00
parent 41a81fafef
commit 0e62077bd2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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.
+2 -2
View File
@@ -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.