Skip to content

Commit 9b3db83

Browse files
committed
Fix doc comment
1 parent 643fa89 commit 9b3db83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/resources/csharp/modelEnum.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
}
173173

174174
/// <summary>
175-
/// Writes the DateTime to the json writer
175+
/// Writes the {{datatypeWithEnum}}{{^datatypeWithEnum}}{{classname}}{{/datatypeWithEnum}} to the json writer
176176
/// </summary>
177177
/// <param name="writer"></param>
178178
/// <param name="{{#lambda.camelcase_sanitize_param}}{{datatypeWithEnum}}{{^datatypeWithEnum}}{{classname}}{{/datatypeWithEnum}}{{/lambda.camelcase_sanitize_param}}"></param>

0 commit comments

Comments
 (0)