Browse Source

Typo

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@4713 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 14 years ago
parent
commit
e31a658e9f
  1. 2
      prism/src/pta/DigitalClocks.java

2
prism/src/pta/DigitalClocks.java

@ -121,7 +121,7 @@ public class DigitalClocks
if (ast != null)
throw new PrismLangException("Diagonal clock constraints are not allowed when using the digital clocks method", ast);
// ACheck for any references to clocks in rewards structures - not allowed.
// Check for any references to clocks in rewards structures - not allowed.
for (RewardStruct rs : modulesFile.getRewardStructs()) {
rs.accept(new ASTTraverseModify()
{

Loading…
Cancel
Save