From d04c0a89aff6345e7cb796f30e400eec00ea4df7 Mon Sep 17 00:00:00 2001 From: Andrew Xie Date: Wed, 21 Jan 2026 10:30:06 -0500 Subject: [PATCH] Test commit Signed-off-by: Andrew Xie --- base/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/README.md b/base/README.md index f50ce3a808ec..3071dc1084ec 100644 --- a/base/README.md +++ b/base/README.md @@ -7,4 +7,4 @@ Per project: * `pcg-random/`: External library to generate random numbers. * `poco/`: A set of C++ libraries to build programs. This is forked and modified from the original. We aim to slowly remove it from the project completely with our own code or STD when possible, not update it or add new features to it. * `readpassphrase/`: External library to read passwords via terminal prompt. -* `widechar_width/`: External library to implement `wcwidth` which measures the width of unicode strings. +* `widechar_width/`: External library to implement `wcwidth` which measures the width of Unicode strings.