diff --git a/.gitignore b/.gitignore index 1387d9c..6f99a45 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.bak *.rkt~ *.rkt.bak +*.scrbl~ \#*.rkt# \#*.rkt#*# @@ -19,4 +20,4 @@ compiled/ # Scribble stuff *.html *.js -*.css \ No newline at end of file +*.css diff --git a/scrbl/define-return.scrbl b/scrbl/define-return.scrbl index 8bc1f64..2057e09 100644 --- a/scrbl/define-return.scrbl +++ b/scrbl/define-return.scrbl @@ -71,7 +71,7 @@ The final expression is used when no early return is taken. @section{Contracted definitions} -See @acketmodname[define-return/contract]. +See @racketmodname[define-return/contract]. @section{Notes} @@ -89,4 +89,4 @@ splits the inline contract form syntactically and reuses its last element as the early-return result contract. This works well for ordinary result contracts such as @racket[number?], @racket[symbol?], @racket[(or/c symbol? number?)], and the result position of @racket[->*] -contracts. \ No newline at end of file +contracts.