Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stratdev3 committed Apr 24, 2024
1 parent 0fff1b8 commit 3574d59
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 @@ -1109,7 +1109,7 @@ namespace Sample {
public object Test() {
return new {
message = "Hello World !",
current = Datetime.Now,
current = DateTime.Now,
i = 0,
enable = true,
d = new Dictionary<string, string>() { { "Foo", "Bar" } }
Expand Down

0 comments on commit 3574d59

Please sign in to comment.