diff options
Diffstat (limited to 'libphobos/src/std/file.d')
-rw-r--r-- | libphobos/src/std/file.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/src/std/file.d b/libphobos/src/std/file.d index d6cac41..8957089 100644 --- a/libphobos/src/std/file.d +++ b/libphobos/src/std/file.d @@ -3714,7 +3714,7 @@ assert(!de2.isFile); @property bool isSymlink() scope; /++ - Returns the size of the the file represented by this `DirEntry` + Returns the size of the file represented by this `DirEntry` in bytes. +/ @property ulong size() scope; |