Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emad-elsaid committed Jun 2, 2024
1 parent 4e59697 commit 435eb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown_fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func newMarkdownFS(p string) *markdownFS {
return &m
}

// MarkdownCWDFS a current directory markdown pages
// MarkdownFS a current directory markdown pages
type markdownFS struct {
path string
cache *lru.Cache[string, Page]
Expand Down

0 comments on commit 435eb1e

Please sign in to comment.