progs/display/thompson2.scala
changeset 488 598741d39d21
parent 487 a697421eaa04
child 489 e28d7a327870
--- a/progs/display/thompson2.scala	Fri Apr 28 11:01:25 2017 +0100
+++ b/progs/display/thompson2.scala	Sun May 07 00:20:58 2017 +0100
@@ -1,6 +1,6 @@
 // Thompson Construction (Part 2)
 
-// some more types abbreviations
+// some more type abbreviations
 type NFAtrans = (TState, Char) :=> Set[TState]
 type eNFAtrans = (TState, Option[Char]) :=> Set[TState]