Skip to content

Commit 83c735b

Browse files
Update Text_PadMethod.cs
1 parent 6f44271 commit 83c735b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Code/MethodSystem/Methods/TextMethods/Text_PadMethod.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public class Text_PadMethod : ReturningMethod<TextValue>, ICanError, IAdditional
3030
"right"),
3131
new IntArgument("length"),
3232
new TextArgument("character")
33+
{
34+
Description = "Has to be exactly 1 character long."
35+
}
3336
];
3437

3538
public override void Execute()

0 commit comments

Comments
 (0)