From 673101b416d4386e45e19361ca2cf826a61e9cbf Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 5 Jul 2008 18:43:22 +0000 Subject: [PATCH] lined up args properly svn: r10623 --- collects/teachpack/htdp/scribblings/image.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/teachpack/htdp/scribblings/image.scrbl b/collects/teachpack/htdp/scribblings/image.scrbl index 676fb62a9d..b60ddbf126 100644 --- a/collects/teachpack/htdp/scribblings/image.scrbl +++ b/collects/teachpack/htdp/scribblings/image.scrbl @@ -170,8 +170,8 @@ The same effect can be had by combining @schemeblock[ (overlay img (move-pinhole other - (- delta-x) - (- delta-y)))] + (- delta-x) + (- delta-y)))] }