From 8802af2494764463e60a585b10b58a5bc3fc0733 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 8 Aug 2013 12:45:25 -0400 Subject: [PATCH] Fix indentation in current-library-collection-links docs. --- .../racket-doc/scribblings/reference/collects.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/collects.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/collects.scrbl index 0e38b81874..6682380496 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/collects.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/collects.scrbl @@ -306,11 +306,11 @@ information.} (listof (or/c #f (and/c path-string? complete-path?) (hash/c (or/c (and/c symbol? module-path?) #f) - (listof (and/c path-string? complete-path?))))) + (listof (and/c path-string? complete-path?))))) (listof (or/c #f (and/c path? complete-path?) (hash/c (or/c (and/c symbol? module-path?) #f) - (listof (and/c path? complete-path?)))))]{ + (listof (and/c path? complete-path?)))))]{ Parameter that determines @tech{collection links files}, additional