about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-07-30 19:45:03 +0200
committerbptato <nincsnevem662@gmail.com>2024-07-30 19:45:13 +0200
commit99363d4408c19e215d931c8273adbea40e7556a8 (patch)
tree192c7e159b5ddab8951897dac275e4652894e21f
parent90fa62f49f7f3b80bb89033a740be7a7e9e5cbb3 (diff)
downloadchawan-99363d4408c19e215d931c8273adbea40e7556a8.tar.gz
doc: fix typo
-rw-r--r--doc/hacking.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/hacking.md b/doc/hacking.md
index 0ddbe32e..665a70ef 100644
--- a/doc/hacking.md
+++ b/doc/hacking.md
@@ -234,14 +234,14 @@ You may find these links useful.
   and then some more.
 * DOM: <https://dom.spec.whatwg.org/>. Includes events, basic
   node-related stuff, etc.
-* Encoding: <https://encoding.spec.whatwg.org/>. The core encoding stuff
-  are already finished in Chagashi, this is now mainly relevant for the
-  TextEncoder JS interface (js/encoding).
+* Encoding: <https://encoding.spec.whatwg.org/>. The core encoding
+  algorithms are already implemented in Chagashi, so this is now mainly
+  relevant for the TextEncoder JS interface (js/encoding).
 * URL: <https://url.spec.whatwg.org/>. For some incomprehensible reason,
   it's defined as an equally incomprehensible state machine. types/url
   implements this.
 * Fetch: <https://fetch.spec.whatwg.org/>. Networking stuff. Also see
-  <xhr.spec.whatwg.org> for XMLHttpRequest.
+  <https://xhr.spec.whatwg.org> for XMLHttpRequest.
 * Web IDL: <https://webidl.spec.whatwg.org/>. Relevant for Monoucha/JS
   bindings.