From 30ff6cdc52b32d0bc6d608cda64aa37fb0f47816 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Sat, 12 Jul 2025 07:29:01 -0500 Subject: [PATCH] fix typo --- blog/posts/differential-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/posts/differential-privacy.md b/blog/posts/differential-privacy.md index b3ddd1e7..d1ad3c35 100644 --- a/blog/posts/differential-privacy.md +++ b/blog/posts/differential-privacy.md @@ -95,7 +95,7 @@ k-anonymity means that for each row, at least k-1 other rows are identical. So f This is achieved through a few techniques, one of which is generalization. Generalization is reducing the precision of data so that it's not as unique. -For example, instead of recording an exact age, you might give a range like 20-30. You've probably noticed this on surveys you've taken before. Data like this that's not directly identifiable but could be used to re-identify someone is refered to as *quasi-identifiers*. +For example, instead of recording an exact age, you might give a range like 20-30. You've probably noticed this on surveys you've taken before. Data like this that's not directly identifiable but could be used to re-identify someone is referred to as *quasi-identifiers*. ##### Suppression