From dab392ee9582036b23ad8bcdb57f2d5755398a8d Mon Sep 17 00:00:00 2001 From: BlazejK Date: Thu, 5 Sep 2024 07:46:29 +0200 Subject: [PATCH] Update ADDED_MEMBERS.md (#324) fix typo "AttributeMinimum" Co-authored-by: Peter Kurhajec <61538034+PTKu@users.noreply.github.com> --- 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; ~~~