Skip to content

Commit 7744be6

Browse files
Fix code comment for CreateAsync (#207)
1 parent 0edb485 commit 7744be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templates/CSharp/Base/IEntityRequest.Base.template.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void AppendEntityCreateAsyncMethodHeader(string entityName, string lowerC
5353

5454
stringBuilder.Append("/// <summary>");
5555
stringBuilder.Append(Environment.NewLine);
56-
stringBuilder.AppendFormat(" /// Creates the specified {0} using PUT.", entityName);
56+
stringBuilder.AppendFormat(" /// Creates the specified {0} using POST.", entityName);
5757
stringBuilder.Append(Environment.NewLine);
5858
stringBuilder.Append(" /// </summary>");
5959
stringBuilder.Append(Environment.NewLine);

0 commit comments

Comments
 (0)