From 55a2990543136364b48cb33d1c18b01d2c103ec2 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Wed, 27 May 2009 11:17:05 +0000 Subject: [PATCH] Fixing a typo in runtime-path documentation svn: r14997 --- collects/scribblings/reference/filesystem.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/filesystem.scrbl b/collects/scribblings/reference/filesystem.scrbl index 81cf228d7b..b8dabe6846 100644 --- a/collects/scribblings/reference/filesystem.scrbl +++ b/collects/scribblings/reference/filesystem.scrbl @@ -391,7 +391,7 @@ a distribution. In addition to the bindings described below, @schememodname[scheme/runtime-path] provides @scheme[#%datum] in @tech{phase level} 1, since string constants are often used as -compile-time expression with @scheme[define-runtime-path]. +compile-time expressions with @scheme[define-runtime-path]. @defform[(define-runtime-path id expr)]{