#DOCUMENTATION by mawalch
authormawalch
Tue, 28 Nov 2017 15:12:49 +0100
changeset 22382 4ecf0cad07ca
parent 22381 c4270f11aaca
child 22383 8d98888faa15
#DOCUMENTATION by mawalch class: ClassBuilder class added: #documentation removed: #documentaiton
ClassBuilder.st
--- a/ClassBuilder.st	Tue Nov 28 15:12:04 2017 +0100
+++ b/ClassBuilder.st	Tue Nov 28 15:12:49 2017 +0100
@@ -44,7 +44,7 @@
 "
 !
 
-documentaiton
+documentation
 "
     an old, ugly beast.
     instances are temporarily created to figure out,
@@ -53,7 +53,7 @@
     For fast turn around times, it is good to recompile the smallest needed amount.
     (However, in the meantime, so many checks and small-lints and others are watching for
      such changes, that recompilation gets a little slow at times.
-     Also, the more browsers you have open, which react and research on changes, 
+     Also, the more browsers you have open, which react and research on changes,
      the slower you get)
 
     Code here is ugly and hard to maintain.