diff --git a/Proposals/0006-system-stat.md b/Proposals/0006-system-stat.md index 39c1bd3a..6214b761 100644 --- a/Proposals/0006-system-stat.md +++ b/Proposals/0006-system-stat.md @@ -417,7 +417,7 @@ public struct FileFlags: OptionSet, Sendable, Hashable, Codable { ### Stat -`Stat` can be initialized from a `FilePath`, `UnsafePointer`, or `FileDescriptor`. This proposal also includes functions on `FileDescriptor` and `FilePath` for creating a `Stat` object, seen in the section below. +`Stat` can be initialized from a `FilePath`, `UnsafePointer`, or `FileDescriptor`. This proposal also includes functions on `FileDescriptor` and `FilePath` for creating a `Stat` object, seen in the section below. The initializer accepting a `FileDescriptor` corresponds to `fstat()`. If the file descriptor points to a symlink, this will return information about the symlink itself.