##// 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 258 public int AlphabetSize {
259 get;
259 get {
260 return m_alpabetSize;
260 261 }
261 262 }
262 263 }
264 }
General Comments 0
You need to be logged in to leave comments. Login now