Skip to content

Commit

Permalink
Update Symlink description
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Feb 1, 2022
1 parent 96b4690 commit a7fdbeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion unixfs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,11 @@ export type DirectoryLayout =
export type MetadataNode = never

/**
* @TODO
/**
* Logical representation of a [symbolic link][] .
*
* [symbolic link]:https://en.wikipedia.org/wiki/Symbolic_link
*/
*/
export interface Symlink extends PBNode {
Data: ByteView<{
Expand Down

0 comments on commit a7fdbeb

Please sign in to comment.