mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-06 21:34:05 -05:00
chore(doc): fix typo
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user