From 0ebd6b68e67c7ef52ea199c3f20fb304d91d3c2c Mon Sep 17 00:00:00 2001 From: David Paniz Date: Sat, 19 Jul 2014 12:13:21 -0300 Subject: [PATCH] Fix Rectangle description --- structured-data.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structured-data.markdown b/structured-data.markdown index 9d4dce1..5c62764 100644 --- a/structured-data.markdown +++ b/structured-data.markdown @@ -259,7 +259,7 @@ be a pair (2-element vector) of two numbers. ~~~ And a representation for a rectangle. This will simply be a pair of points, -the first being the bottom left corner and the second being the top left +the first being the bottom left corner and the second being the top right corner. ~~~{.clojure}