Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dvořák <[email protected]>
  • Loading branch information
mordae committed Feb 28, 2014
1 parent 8d1383d commit 00be252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xexpr-path/main.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
@title{XML Expression Path Lookup}
@author{@(author+email "Jan Dvorak" "[email protected]")}

@require[(for-label xml racket/base racket/contract "xexpr-path.rkt")]
@require[(for-label xml racket/base racket/contract "main.rkt")]
@require[scribble/eval]

@(define xexpr-path-eval (make-base-eval))
@interaction-eval[#:eval xexpr-path-eval (require "xexpr-path.rkt")]
@interaction-eval[#:eval xexpr-path-eval (require "main.rkt")]


@defmodule[xexpr-path]
Expand Down

0 comments on commit 00be252

Please sign in to comment.