LineSegment.st
changeset 331 9ad8e3f94da5
parent 320 14e3290c1c0a
child 356 125184ded1cc
--- a/LineSegment.st	Mon May 13 01:00:26 1996 +0200
+++ b/LineSegment.st	Mon May 13 01:06:59 1996 +0200
@@ -48,7 +48,7 @@
 
     [see also:]
         Rectangle Polygon EllipticalArc Circle Spline Curve 
-        Point Arrow
+        Point Arrow ArrowedSpline
         GraphicsContext
         StrokingWrapper
 "
@@ -237,5 +237,5 @@
 !LineSegment class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/LineSegment.st,v 1.7 1996-05-12 21:09:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/LineSegment.st,v 1.8 1996-05-12 23:06:28 cg Exp $'
 ! !