From ae034662e646e6b7787ceb95bfb1abfe4421d809 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 26 Sep 2025 09:23:29 -0600 Subject: [PATCH] Fix documentation --- src/node.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/node.rs b/src/node.rs index a070318fc9..4f186cd1d0 100644 --- a/src/node.rs +++ b/src/node.rs @@ -101,8 +101,7 @@ pub struct Node { /// The gid that owns this file pub gid: Le, - /// The number of links to this file - /// (directory entries, symlinks, etc) + /// The number of hard links to this file pub links: Le, /// The length of this file, in bytes