From 800d08fbef537abc7e773dbe25f2ac3b8bba5e7d Mon Sep 17 00:00:00 2001
From: Ben Greenman <benjaminlgreenman@gmail.com>
Date: Sun, 11 Jun 2017 12:21:58 -0400
Subject: [PATCH] doc: fix 'scribble-eval-handler' order of arguments

Change the documented order of arguments to match the implementation / uses
 in `scribble/eval.rkt` and `scriblib/gui-eval.rkt`
---
 scribble-doc/scribblings/scribble/examples.scrbl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/scribble-doc/scribblings/scribble/examples.scrbl b/scribble-doc/scribblings/scribble/examples.scrbl
index 8e1c167a..5e8fa620 100644
--- a/scribble-doc/scribblings/scribble/examples.scrbl
+++ b/scribble-doc/scribblings/scribble/examples.scrbl
@@ -282,13 +282,13 @@ an evaluator (e.g., because it is defined in a module body).}
 
 
 @defparam[scribble-eval-handler handler 
-          ((any/c . -> . any) any/c boolean? . -> . any)]{
+          ((any/c . -> . any) boolean? any/c . -> . any)]{
 
 A parameter that serves as a hook for evaluation. The evaluator to use
-is supplied as the first argument to the parameter's value, and the
-second argument is the form to evaluate. The last argument is
-@racket[#t] if exceptions are being captured (to display exception
-results), @racket[#f] otherwise.}
+is supplied as the first argument to the parameter's value.
+The second argument is @racket[#t] if exceptions are being captured (to display
+exception results), @racket[#f] otherwise.
+The third argument is the form to evaluate.}
 
 @defparam[scribble-exn->string handler (-> (or/c exn? any/c) string?)]{
   A parameter that controls how exceptions are rendered by