fix(security_privacy): add period to bare 'vs' in bullet list (1 site)

Per book-prose.md $1, vs. always with period in body prose. The bullet
at line 1342 had bare 'vs' between two cost figures.

Note: introduction (vol2):1593 was initially flagged but is inside a
Python cell header comment — exempt per code-block rule.
This commit is contained in:
Vijay Janapa Reddi
2026-05-05 08:29:44 -04:00
parent 7044d34b87
commit 86fbe1e9a5

View File

@@ -1339,7 +1339,7 @@ Consider a production API serving a ResNet-50 image classifier (1000 ImageNet cl
- Model training cost: ~\$5K (GPU time, data, engineering)
- Extraction requirements: ~5M queries for 90 percent fidelity (0.5 percent of ImageNet per class)
- Without defenses: Attacker queries 25K/day for 200 days, cost \$0 (free tier abuse)
- Total extraction cost: \$0 vs \$5K training → extraction is economically favorable
- Total extraction cost: \$0 vs. \$5K training → extraction is economically favorable
**Defense Implementation**: