From 44058923078d5eb5bcab9bf5a1e507de8c6f60a6 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 23 Apr 2024 21:01:45 -0600 Subject: contribs: Better grammar --- imworkingon/contribs.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/imworkingon/contribs.yml b/imworkingon/contribs.yml index 798e03a..f7551cb 100644 --- a/imworkingon/contribs.yml +++ b/imworkingon/contribs.yml @@ -97,10 +97,10 @@ - https://go-review.googlesource.com/c/net/+/580855 tags: [Go, docs] desc: | - The `html.EscapeString` and `html.UnescapeString` was once the - same between `"golang.org/x/net/html"` and std `"html"`, but has - been slowly drifting apart since 2012. This PR ports over - documentation and performance improvements from std to x/net. + The functions `html.EscapeString` and `html.UnescapeString` were + once the same between `"golang.org/x/net/html"` and std `"html"`, + but have been slowly drifting apart since 2012. This PR ports + over documentation and performance improvements from std to x/net. This will provide a consistent base for fixing bugs in `html.UnescapeString` that were found when working on the @@ -110,10 +110,10 @@ - https://go-review.googlesource.com/c/go/+/580896 tags: [Go] desc: | - The `html.EscapeString` and `html.UnescapeString` was once the - same between `"golang.org/x/net/html"` and std `"html"`, but has - been slowly drifting apart since 2012. This PR ports over - documentation and performance improvements from x/net to std. + The functions `html.EscapeString` and `html.UnescapeString` were + once the same between `"golang.org/x/net/html"` and std `"html"`, + but have been slowly drifting apart since 2012. This PR ports + over documentation and performance improvements from x/net to std. This will provide a consistent base for fixing bugs in `html.UnescapeString` that were found when working on the -- cgit v1.2.3