Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit ed271eb

Browse files
rekadodavexunit
authored andcommitted
site: Fix procedure name in doc string.
* haunt/site.scm (site): Change "POST-SLUG" to "MAKE-SLUG" in doc string.
1 parent 615361a commit ed271eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haunt/site.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ POSTS-DIRECTORY: The directory where posts are found
7373
BUILD-DIRECTORY: The directory that generated pages are stored in
7474
DEFAULT-METADATA: An alist of arbitrary default metadata for posts
7575
whose keys are symbols
76-
POST-SLUG: A procedure generating a file name slug from a post
76+
MAKE-SLUG: A procedure generating a file name slug from a post
7777
READERS: A list of reader objects for processing posts
7878
BUILDERS: A list of procedures for building pages from posts"
7979
(make-site title domain posts-directory build-directory

0 commit comments

Comments
 (0)