Skip to content

Commit 45e9e89

Browse files
committed
fix docs
1 parent e5bd24f commit 45e9e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/hash_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ thread_local! {
5959
/// with an immutable reference to the computed hashes.
6060
///
6161
/// This function manages a thread-local buffer to avoid repeated allocations. The buffer is automatically
62-
/// truncated if it exceeds [`MAX_BUFFER_SIZE`] after use.
62+
/// truncated if it exceeds `MAX_BUFFER_SIZE` after use.
6363
///
6464
/// # Arguments
6565
/// * `arrays` - The arrays to hash (must contain at least one array)

0 commit comments

Comments
 (0)