fixed typos

svn: r3771
This commit is contained in:
Matthias Felleisen 2006-07-19 22:27:15 +00:00
parent bf73fc51d5
commit dc3cc2a4c2
3 changed files with 7 additions and 7 deletions

View File

@ -11,11 +11,11 @@ This <code>draw</code> package provides classes for representing colors:
/ \ / \
--- ---
| |
------------------------------------------ --------------------------------------------------
| | | | | | | | | | |
+-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +-------+
| Blue | | Green | | Red | | White | | Yellow| | Blue | | Green | | Red | | White | | Yellow| | Black |
+-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +-------+
</code> </code>
</pre> </pre>

View File

@ -21,7 +21,7 @@ import geometry.*;
| abstract World onTick() | | boolean drawRect(Posn,int,int,Color) | | abstract World onTick() | | boolean drawRect(Posn,int,int,Color) |
| abstract World onKeyEvent(String) | | boolean drawLine(Posn,Posn,Color) | | abstract World onKeyEvent(String) | | boolean drawLine(Posn,Posn,Color) |
| abstract boolean draw() | | boolean drawString(Posn,String) | | abstract boolean draw() | | boolean drawString(Posn,String) |
| abstract boolean erase( | | boolean clearCircle(Posn,int,Color) | | abstract boolean erase() | | boolean clearCircle(Posn,int,Color) |
+-----------------------------------+ | boolean clearDisk(Posn,int,Color) | +-----------------------------------+ | boolean clearDisk(Posn,int,Color) |
| boolean clearRect(Posn,int,int,Color) | | boolean clearRect(Posn,int,int,Color) |
| boolean clearLine(Posn,Posn,Color) | | boolean clearLine(Posn,Posn,Color) |

View File

@ -5,7 +5,7 @@
<body bgcolor="#ffffff" text="#000000" <body bgcolor="#ffffff" text="#000000"
link="#009900" vlink="#007700" alink="#cc0000"> link="#009900" vlink="#007700" alink="#cc0000">
<a href="index.html">Teachpacks for How to Design Programs</a> <a href="index.html">Teachpacks for How to Design Classes</a>
<h1>{LIBNAME}</h1> <h1>{LIBNAME}</h1>