Skip to content

Commit f7316cd

Browse files
committed
Correct tab in spaces in readme
1 parent 103ade9 commit f7316cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,8 @@ obj = new ExpandoObject();
704704

705705
obj.Add = (x, y) =>
706706
{
707-
text = "The result is : ";
708-
return text + (x+y).ToString();
707+
text = "The result is : ";
708+
return text + (x+y).ToString();
709709
};
710710

711711
return obj.Add(3, 4);

0 commit comments

Comments
 (0)