From 3312aad46463fdae183931f24a8fafb743c72cd1 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Fri, 16 Apr 2010 12:30:42 +0200 Subject: [PATCH] Doc: Typo in scheme tutorial. --- Documentation/extending/scheme-tutorial.itely | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/extending/scheme-tutorial.itely b/Documentation/extending/scheme-tutorial.itely index 4745e9449e..42bc11854b 100644 --- a/Documentation/extending/scheme-tutorial.itely +++ b/Documentation/extending/scheme-tutorial.itely @@ -824,7 +824,7 @@ while @code{twentyFour} is a variable. @subheading Offsets Two-dimensional offsets (X and Y coordinates) are stored as @code{pairs}. -The @code{cdr} of the offset is the X coordinate, and the @code{cdr} is +The @code{car} of the offset is the X coordinate, and the @code{cdr} is the Y coordinate. @example -- 2.39.5