Skip to content

Commit

Permalink
Update ADDED_MEMBERS.md (#324)
Browse files Browse the repository at this point in the history
fix typo "AttributeMinimum"

Co-authored-by: Peter Kurhajec <61538034+PTKu@users.noreply.github.com>
  • Loading branch information
kuh0005 and PTKu authored Sep 5, 2024
1 parent ef79bc3 commit dab392e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docfx/articles/compiler/ADDED_MEMBERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
~~~

Expand Down

0 comments on commit dab392e

Please sign in to comment.