From d8ffed3b4fc55d0e6a02c578d52f6c2d402e3e48 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B9=9B=E9=9C=B2=E5=85=88=E7=94=9F?=
 <zhanluxianshen@163.com>
Date: Fri, 10 Jan 2025 23:48:06 +0800
Subject: [PATCH] docs: Fix lowercase typo in examples/action.st

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
---
 examples/actions.st | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/actions.st b/examples/actions.st
index c5e9fa9b97..afb74c32b1 100644
--- a/examples/actions.st
+++ b/examples/actions.st
@@ -1,7 +1,7 @@
 PROGRAM main
 VAR
     a,b : DINT;
-END_VAr
+END_VAR
 
 action1();
 action2();