From c3983edf1efa3f56a08f2c803a40ed4c7edb131b Mon Sep 17 00:00:00 2001 From: Henry Blevins Date: Sun, 17 Jan 2016 00:06:06 -0600 Subject: [PATCH] Clarified documentation for `->source-path` failure. --- scribblings/file.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/file.scrbl b/scribblings/file.scrbl index 857782b..22acecd 100644 --- a/scribblings/file.scrbl +++ b/scribblings/file.scrbl @@ -197,7 +197,7 @@ Convert an output path @racket[_p] into the source path of the specified type th (->source-path [p pathish?]) (or/c #f path?)] -Attempt to automatically convert an output path @racket[_p] into its source path. This function checks for the existence of the path with the extensions for markup, markdown, preprocessor, null, and scribble files. +Attempt to automatically convert an output path @racket[_p] into its source path. This function checks for the existence of the path with the extensions for markup, markdown, preprocessor, null, and scribble files. If there are no matches, then @racket[#f] is returned. @defproc[ (->output-path