Skip to content

Commit 45d2a52

Browse files
Tweak docs wording.
1 parent 5e94454 commit 45d2a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Non-AID columns from personal tables can be marked as `not_filterable` in order
8989

9090
This can be accomplished by calling the procedure `diffix.mark_not_filterable('table_name', 'column_name')`. The procedure `diffix.mark_filterable` clears the previously set label for a column.
9191

92-
There are rare but possible cases where, under certain data conditions and analyst knowledge, an inference about a single user may be possible. The data conditions occur when a column is dominated by a single value (e.g. the same value is present in more than 50% of the rows). Columns for which this condition holds are good candidates for this restriction.
92+
There are rare but possible cases where, under certain data conditions and analyst knowledge, an inference about a single protected entity may be possible. The data conditions occur when a column is dominated by a single value (e.g. the same value is present in more than 50% of the rows). Columns for which this condition holds are good candidates for this restriction.
9393

9494
## Settings
9595

0 commit comments

Comments
 (0)