From dc856db48b1e26dcd54024fc63f76af3ddbeb8cf Mon Sep 17 00:00:00 2001 From: feijoajam <115998278+feijoajam@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:22:23 +0300 Subject: [PATCH] Update description.md --- ibm-substring-matching/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm-substring-matching/description.md b/ibm-substring-matching/description.md index a921bd9..f84db4f 100644 --- a/ibm-substring-matching/description.md +++ b/ibm-substring-matching/description.md @@ -227,7 +227,7 @@ The file `out_row.bin` will include 1 ciphertext: `Ctxt1 = [0, 2, 6, 8, -1, X, X, ...]`, where `X` indicates a don't-care value. ### Hybrid-based packing -In this example we want to find the words "he", "ll", "wo", "rd", "no" in the text "hello world" +In this example we want to find the words "he", "ll", "wo", "rl", "no" in the text "hello world" The executable will be run as follows: ```