From 7d033a748dff53c241c5f9f8f68528cfa8397d9a Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 28 Dec 2020 10:45:53 -0800 Subject: [PATCH] typo --- csp/csp/scribblings/csp.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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