Browse Source

Comment typo

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@9953 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 11 years ago
parent
commit
a95d56bc20
  1. 2
      prism/src/explicit/ModelExplicit.java

2
prism/src/explicit/ModelExplicit.java

@ -168,7 +168,7 @@ public abstract class ModelExplicit implements Model
* Adds a label and the set the states that satisfy it.
* Any existing label with the same name is overwritten.
* @param name The name of the label
* @param states The states that satisyy the label
* @param states The states that satisfy the label
*/
public void addLabel(String name, BitSet states)
{

Loading…
Cancel
Save