From b7df02d351b1e0a7085a763367a1203841ba8a32 Mon Sep 17 00:00:00 2001 From: YaoGalteland Date: Tue, 2 Apr 2024 10:56:14 +0200 Subject: [PATCH] typo --- book/src/design/gadgets/sinsemilla/combined_lookups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/design/gadgets/sinsemilla/combined_lookups.md b/book/src/design/gadgets/sinsemilla/combined_lookups.md index 208f2aa096..fcf340315b 100644 --- a/book/src/design/gadgets/sinsemilla/combined_lookups.md +++ b/book/src/design/gadgets/sinsemilla/combined_lookups.md @@ -59,7 +59,7 @@ $$ \end{array} $$ -- For ECC range checks, the columns $table_{idx}$ and table_range_check +- For range checks, the columns $table_{idx}$ and table_range_check are used. Validation that lookup values lie within the predetermined range is achieved by comparing these 'lookup values' against the paired columns ($table_{idx}$, table_range_check) in the combined lookup table.