summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-23 21:01:45 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-23 21:01:45 -0600
commit44058923078d5eb5bcab9bf5a1e507de8c6f60a6 (patch)
tree3f0ca22876a7fcce1de152baeba948827ccdf70c
parent6a4f98b58e5b41c25c1749416a600154e603bb99 (diff)
contribs: Better grammar
-rw-r--r--imworkingon/contribs.yml16
1 files 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