Commit c2aad4a
Fix example on Composit format string (#49284)
* Fixing examples on Composit format string
The example on (Composite format string)[https://learn.microsoft.com/en-us/dotnet/standard/base-types/composite-formatting#composite-format-string] was reffering to a object called name. However, the String.Format method was using simply a string.
* Update docs/standard/base-types/composite-formatting.md
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Copilot <[email protected]>1 parent 430e478 commit c2aad4a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments