Skip to content

Commit 16e9675

Browse files
Update CollectionLengthMethod.cs
1 parent e594bad commit 16e9675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MethodSystem/Methods/CollectionVariableMethods/CollectionLengthMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace SER.MethodSystem.Methods.CollectionVariableMethods;
77

88
public class CollectionLengthMethod : ReturningMethod<NumberValue>
99
{
10-
public override string? Description => "Returns the amount of items in a collection.";
10+
public override string Description => "Returns the amount of items in a collection.";
1111

1212
public override Argument[] ExpectedArguments { get; } =
1313
[

0 commit comments

Comments
 (0)