Skip to content

Commit 699b2d1

Browse files
Sandeep PinnintiGitHub Enterprise
authored andcommitted
Fix for TrafficLight Trigger (#74)
1 parent 5625f81 commit 699b2d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

art-samples/TrafficLight/Light.art

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Light {
3434
`
3535
theLogger->logMsg("Yellow");
3636
`;
37-
goRed: Yellow -> Red when `true `
37+
goRed: Yellow -> Red on switchLights()
3838
`
3939
theLogger->logMsg("Red");
4040
`;

0 commit comments

Comments
 (0)