Skip to content

Commit fe62526

Browse files
✏️ A minor grammatical correction to improve readability.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f9b740d commit fe62526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/entry/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use std::{
2929
///
3030
/// # Entry Types
3131
///
32-
/// - **Files**: Created with [`new_file()`](Self::new_file), support data writing via [`Write`] trait
32+
/// - **Files**: Created with [`new_file()`](Self::new_file), supports data writing via the [`Write`] trait
3333
/// - **Directories**: Created with [`new_dir()`](Self::new_dir), have no data payload
3434
/// - **Symbolic links**: Created with [`new_symlink()`](Self::new_symlink), data is the link target path
3535
/// - **Hard links**: Created with [`new_hard_link()`](Self::new_hard_link), data is the link target path

0 commit comments

Comments
 (0)