##// END OF EJS Templates
minor fix
cin -
r159:5558e43c79bb v2
parent child
Show More
@@ -256,7 +256,9 namespace Implab.Parsing {
256 }
256 }
257
257
258 public int AlphabetSize {
258 public int AlphabetSize {
259 get;
259 get {
260 return m_alpabetSize;
261 }
260 }
262 }
261 }
263 }
262 }
264 }
General Comments 0
You need to be logged in to leave comments. Login now