From a1c690dd236d4d61db7e6b427c52615f87296417 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Mon, 14 Jul 2025 07:30:19 -0500 Subject: [PATCH] add codeblock --- 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 0e96da533..9e4c2597e 100644 --- a/blog/posts/differential-privacy.md +++ b/blog/posts/differential-privacy.md @@ -191,7 +191,7 @@ Apple only sends a random row from this matrix instead of the entire thing in or ### See What's Sent -You can see data sent with differential privacy in iOS under Settings > Privacy > Analytics > Analytics Data, it will begin with DifferentialPrivacy. On macOS, you can see these logs in the Console. +You can see data sent with differential privacy in iOS under Settings > Privacy > Analytics > Analytics Data, it will begin with `DifferentialPrivacy`. On macOS, you can see these logs in the Console. ## U.S. Census