Skip to content

Commit

Permalink
Update 25_api_proposal.md (#35321)
Browse files Browse the repository at this point in the history
This always drove me crazy
  • Loading branch information
davidfowl authored Aug 13, 2021
1 parent c4690bf commit c7fa6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/25_api_proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ namespace Microsoft.AspNetCore.Http
{
+ public Task WriteAsync(this HttpResponse response, StringBuilder builder);
}
}
```
You may find the [Framework Design Guidelines](https://github.com/dotnet/runtime/blob/master/docs/coding-guidelines/framework-design-guidelines-digest.md) helpful.
-->
Expand Down

0 comments on commit c7fa6c1

Please sign in to comment.