Skip to content

Commit d8ffed3

Browse files
docs: Fix lowercase typo in examples/action.st
Signed-off-by: zhanluxianshen <[email protected]>
1 parent aecd676 commit d8ffed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/actions.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROGRAM main
22
VAR
33
a,b : DINT;
4-
END_VAr
4+
END_VAR
55

66
action1();
77
action2();

0 commit comments

Comments
 (0)