Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueskang authored Sep 2, 2020
1 parent a910ffc commit 7f2ae50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Named pipeline and TCP support out-of-the-box, extensible with other protocols.
public string ReverseString(string input)
{
char[] charArray = input.ToCharArray();
Array.Reverse(charArray)
Array.Reverse(charArray);
return new string(charArray);
}
}
Expand Down

0 comments on commit 7f2ae50

Please sign in to comment.