Skip to content

Commit c80eb69

Browse files
devlooped-botkzu
authored andcommitted
+Mᐁ includes
1 parent 6dcc834 commit c80eb69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ public HttpClient CreateHttpClient(string name, int? timeout = default)
106106
Note how the constant is typed to `int` as specified in the `Type` attribute in MSBuild.
107107
The generated code uses the specified `Type` as-is, as well as the `Value` attribute in that
108108
case, so it's up to the user to ensure they match and result in valid C# code. For example,
109-
you can emit a boolean, long, double, etc., but a `DateTime` wouldn't be a valid constant even
110-
if you set the `Value` to `DateTime.Now`. If no type is provided, `string` is assumed. Values
109+
you can emit a boolean, long, double, etc.. If no type is provided, `string` is assumed. Values
111110
can also be multi-line and will use [C# raw string literals](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/raw-string)
112111
if supported by the target language version (11+).
113112

0 commit comments

Comments
 (0)