Skip to content

Commit 5c63c28

Browse files
authored
Update README.md
1 parent 6792a91 commit 5c63c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The **Get Text** activity of UiPath.Core.Activities has the following properties
124124

125125
A few of these properties you can see below in code:
126126

127-
```
127+
```C#
128128
public InArgument<string> SelectorArgument { get; set; }
129129
public OutArgument<string> ValueArgument { get; set; }
130130
public InArgument<WaitForReady> WaitForReadyArgument { get; set; }

0 commit comments

Comments
 (0)