Skip to content

Commit b27d127

Browse files
committed
Fix double negative
1 parent 483a28b commit b27d127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ questions = [
333333
}
334334
},
335335
{
336-
"question": "No authority should be left unquestioned.",
336+
"question": "All authority should be questioned.",
337337
"effect": {
338338
"econ": 0,
339339
"dipl": 0,

0 commit comments

Comments
 (0)