diff --git a/Electronics/Digital_Circuits/Half_adder_and_full_adder.md b/Electronics/Digital_Circuits/Half_adder_and_full_adder.md index dd80faf..5d7b44b 100644 --- a/Electronics/Digital_Circuits/Half_adder_and_full_adder.md +++ b/Electronics/Digital_Circuits/Half_adder_and_full_adder.md @@ -49,7 +49,6 @@ The symbol for the half adder is displayed below It has two inputs and two ouputs: -| Input | Input | Output | Output | -| ---------------------------- | ----------------------------- | ----------- | ----------------- | | A | B | S | C_out | +| ---------------------------- | ----------------------------- | ----------- | ----------------- | | The first number to be added | The second number to be added | The sum bit | The carry-out bit |