From 70754564fab010a9219735da231dc1e1e1aa7784 Mon Sep 17 00:00:00 2001
From: Rob Landley <rob@landley.net>
Date: Wed, 2 Jun 2021 09:17:58 -0500
Subject: Remove unbalanced parentheses and repeated transition.

---
 www/design.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'www')

diff --git a/www/design.html b/www/design.html
index dbe7858c..a2d7e537 100644
--- a/www/design.html
+++ b/www/design.html
@@ -371,8 +371,8 @@ on 64 bit systems both are 64 bit.</p>
 C types all have known size/behavior, and the only type whose
 size varies is "long", which is the natural register size of the processor.</p>
 
-<p>(Note that Windows doesn't work like this, and I don't care, but if you're
-curious here are <a href=https://devblogs.microsoft.com/oldnewthing/20050131-00/?p=36563>The insane legacy reasons why this is broken on Windows</a> are explained here.</a></p>
+<p>Note that Windows doesn't work like this, and I don't care, but if you're
+curious here are <a href=https://devblogs.microsoft.com/oldnewthing/20050131-00/?p=36563>the insane legacy reasons why this is broken on Windows</a>.</a></p>
 
 <b><h3>Signedness of char</h3></b>
 <p>On platforms like x86, variables of type char default to unsigned.  On
-- 
cgit v1.2.3