From b42b0589418356915e443b7533bc3cd9e9bada96 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Mon, 20 Oct 2014 02:54:03 -0400 Subject: [PATCH] Typo fixes in docs original commit: d486fa18395b3117da2cb1d01917d052aef7b422 --- pkgs/net-pkgs/net-doc/net/scribblings/git-checkout.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/net-pkgs/net-doc/net/scribblings/git-checkout.scrbl b/pkgs/net-pkgs/net-doc/net/scribblings/git-checkout.scrbl index 9e3be8cf36..ab05a3c113 100644 --- a/pkgs/net-pkgs/net-doc/net/scribblings/git-checkout.scrbl +++ b/pkgs/net-pkgs/net-doc/net/scribblings/git-checkout.scrbl @@ -24,7 +24,7 @@ for information on command-line arguments and flags. [#:dest-dir dest-dir (or/c path-string? #f)] [#:ref ref string? "master"] [#:transport transport (or/c 'git 'http 'https) 'git] - [#:depth depth (or/c #f positive-exact-integer?) 1] + [#:depth depth (or/c #f exact-positive-integer?) 1] [#:status-printf status-printf (string? any/c ... . -> . void?) (lambda args (apply printf args) (flush-output))] @@ -35,7 +35,7 @@ for information on command-line arguments and flags. [(git) 9418] [(http) 80] [(https) 443])]) - strung?]{ + string?]{ Contacts the server at @racket[hostname] and @racket[port] to download the repository whose name on the server is