Skip to content

Commit adac2c6

Browse files
Update README.md
1 parent c674250 commit adac2c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2402,7 +2402,7 @@ Console.WriteLine(msg);
24022402
**5. Raw interpolated string (C# 11+):**
24032403

24042404
```cs
2405-
string json = $$"""{ "name": "{{name}}", "age": {{age}} }""";
2405+
string json = $$"""{ "name": {{name}}, "age": {{age}} }""";
24062406

24072407
Console.WriteLine(json);
24082408
```

0 commit comments

Comments
 (0)