Skip to content

Commit

Permalink
documentation: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stratdev3 committed Apr 24, 2024
1 parent 43c252e commit f788d44
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 f788d44

Please sign in to comment.