PluggableAdaptor.st
changeset 76 e4458543dda2
parent 75 a53337dc3e19
child 79 454362f799f5
--- a/PluggableAdaptor.st	Tue May 16 19:14:48 1995 +0200
+++ b/PluggableAdaptor.st	Wed May 17 14:22:21 1995 +0200
@@ -35,7 +35,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/PluggableAdaptor.st,v 1.1 1995-05-16 17:13:33 claus Exp $
+$Header: /cvs/stx/stx/libview2/PluggableAdaptor.st,v 1.2 1995-05-17 12:22:21 claus Exp $
 "
 !
 
@@ -48,8 +48,12 @@
     any other adapter can be simulated. However, they incur certain
     overhead and complexity, so in many situations, an AspectAdaptor or
     is the better choice.
+"
+!
 
-    example (an adaptor for the variable x):
+examples 
+"
+    an adaptor for the variable x:
 
 	|m x t|
 
@@ -64,7 +68,7 @@
 
 
 
-    example (an adaptor to send #destroy):
+    an adaptor to send #destroy:
 
 	|m t|