Skip to content

Commit

Permalink
chore(doc): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Apr 24, 2023
1 parent e5cf512 commit 7c8926b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/no_tfhe_typo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ THIS_SCRIPT_NAME="$(basename "$0")"

TMP_FILE="$(mktemp)"

COUNT="$(git grep -rniI "thfe" . | grep -v "${THIS_SCRIPT_NAME}" | \
COUNT="$(git grep -rniI "thfe\|tfhr\|thfr" . | grep -v "${THIS_SCRIPT_NAME}" | \
tee "${TMP_FILE}" | wc -l | tr -d '[:space:]')"

cat "${TMP_FILE}"
Expand Down
2 changes: 1 addition & 1 deletion tfhe/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Welcome to the TFHR-rs API documentation!
//! Welcome to the TFHE-rs API documentation!
//!
//! TFHE-rs is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.
Expand Down

0 comments on commit 7c8926b

Please sign in to comment.