We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b740d commit fe62526Copy full SHA for fe62526
1 file changed
lib/src/entry/builder.rs
@@ -29,7 +29,7 @@ use std::{
29
///
30
/// # Entry Types
31
32
-/// - **Files**: Created with [`new_file()`](Self::new_file), support data writing via [`Write`] trait
+/// - **Files**: Created with [`new_file()`](Self::new_file), supports data writing via the [`Write`] trait
33
/// - **Directories**: Created with [`new_dir()`](Self::new_dir), have no data payload
34
/// - **Symbolic links**: Created with [`new_symlink()`](Self::new_symlink), data is the link target path
35
/// - **Hard links**: Created with [`new_hard_link()`](Self::new_hard_link), data is the link target path
0 commit comments