From 10eb625b26e9a55e937cacad897599b448ee1154 Mon Sep 17 00:00:00 2001 From: BlazejK Date: Thu, 25 Jul 2024 08:25:51 +0200 Subject: [PATCH] Update ADDED_MEMBERS.md fix typo "AttributeMinimum" --- docfx/articles/compiler/ADDED_MEMBERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx/articles/compiler/ADDED_MEMBERS.md b/docfx/articles/compiler/ADDED_MEMBERS.md index 70c202dd..74dbd930 100644 --- a/docfx/articles/compiler/ADDED_MEMBERS.md +++ b/docfx/articles/compiler/ADDED_MEMBERS.md @@ -142,7 +142,7 @@ System.Console.WriteLine(MainPlc.MAIN._length.AttributeUnits); AttributeMinimum is the default added member of all PrimitiveTwins within AXSharp. They are used to get or set the minimum value for the variable. By default, this attribute contains the minimal value of a given type. ~~~ -{#ix-set: AttributeMininum = 10.5f} +{#ix-set: AttributeMinimum = 10.5f} _length : REAL; ~~~