From a097f53b0fd84b4d42819dedabdc82a63467c101 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 27 Jan 2024 13:25:01 -0800 Subject: [PATCH] Typo --- Misc/Warm-Ups/adders.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/Warm-Ups/adders.tex b/Misc/Warm-Ups/adders.tex index ff1cfaf..2096dd4 100755 --- a/Misc/Warm-Ups/adders.tex +++ b/Misc/Warm-Ups/adders.tex @@ -1,5 +1,5 @@ \documentclass[ - solutions, + nosolutions, singlenumbering, nopagenumber ]{../../resources/ormc_handout} @@ -67,7 +67,7 @@ \problem{} How can we add two four-bit binary numbers using the full adder? \par - We want a four-bit output sum and one-bit $c_\text{out}$. + We want a four-bit output sum and a one-bit $c_\text{out}$. \vfill