diff --git a/csp/csp/scribblings/csp.scrbl b/csp/csp/scribblings/csp.scrbl index 1aa22e86..d00dbf76 100644 --- a/csp/csp/scribblings/csp.scrbl +++ b/csp/csp/scribblings/csp.scrbl @@ -370,7 +370,7 @@ Number of possible variable assignments for @racket[_prob], otherwise known as t @defproc[(csp->graph [prob csp?]) graph?]{ -Creates an undirected graph (using Racket's @racket[graph] library) where each CSP variable is represented in the graph as a vertex, and each constraint between any pair of variables is represented as an edge. +Create an undirected graph (using Racket's @racket[graph] library) where each CSP variable is represented in the graph as a vertex, and each constraint between any pair of variables is represented as an edge. } @defproc[(csp->graphviz