summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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