Fix double spaces in comments and doc comments (#731)

This commit is contained in:
Paolo Barbolini
2024-08-19 10:19:35 +02:00
committed by GitHub
parent ed7d5ff39e
commit 291df5acc9
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1301,7 +1301,7 @@ unsafe fn shallow_clone_vec(
offset: *const u8,
len: usize,
) -> Bytes {
// If the buffer is still tracked in a `Vec<u8>`. It is time to
// If the buffer is still tracked in a `Vec<u8>`. It is time to
// promote the vec to an `Arc`. This could potentially be called
// concurrently, so some care must be taken.