Skip to content

Commit 8719afe

Browse files
authored
Reassociate dotnet README note (#277)
1 parent 7109c2d commit 8719afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ public Color ConvertColor(string colorValue)
156156
}
157157
```
158158

159+
*Note: Currently the parameter name cannot be customized, so the custom parameters can only be used with the type name, e.g. `{Color}`.*
160+
159161
#### Python
160162

161163
```python
@@ -167,8 +169,6 @@ ParameterType(
167169
)
168170
```
169171

170-
*Note: Currently the parameter name cannot be customized, so the custom parameters can only be used with the type name, e.g. `{Color}`.*
171-
172172
## Optional text
173173

174174
It's grammatically incorrect to say *1 cucumbers*, so we should make the plural **s**

0 commit comments

Comments
 (0)