From 3aa763520bb0d40e4ddb1f0d23bd693a548071a4 Mon Sep 17 00:00:00 2001 From: charly <49985859+charlyalizadeh@users.noreply.github.com> Date: Sun, 28 Nov 2021 22:47:33 +0100 Subject: [hdl/en] Fix variable name typo (#4276) --- hdl.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hdl.html.markdown') diff --git a/hdl.html.markdown b/hdl.html.markdown index cad07817..3c3aff66 100644 --- a/hdl.html.markdown +++ b/hdl.html.markdown @@ -123,7 +123,7 @@ CHIP And { PARTS: // Insert I and K into the nand gate and store the output in an internal // wire called notOut. - Nand(a=i,b=b,out=notOut); + Nand(a=i,b=k,out=notOut); // Use the not gate we constructed to invert notOut and send to the AND // output. @@ -228,4 +228,4 @@ Good luck and happy coding! * [Hardware Description Language](https://en.wikipedia.org/wiki/Hardware_description_language) -* [HDL Programming Fundamentals](https://www.electronicdesign.com/products/hdl-programming-fundamentals) \ No newline at end of file +* [HDL Programming Fundamentals](https://www.electronicdesign.com/products/hdl-programming-fundamentals) -- cgit v1.2.3