Skip to content

Commit

Permalink
Merge pull request #1 from briemadu/main
Browse files Browse the repository at this point in the history
Fix swapped slots in probing_questions.json
  • Loading branch information
briemadu authored Jun 13, 2023
2 parents da72200 + 36ce0e1 commit a2f1c81
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"Does the questioner know what is at the center?"
],
"northwest": [
"Does the questioner know what is in the northeast?"
"Does the questioner know what is in the northwest?"
],
"northeast": [
"Does the questioner know what is in the northwest?"
"Does the questioner know what is in the northeast?"
],
"southwest": [
"Does the questioner know what is in the southwest?"
Expand All @@ -44,4 +44,4 @@
"outside": [
"Does the questioner know what is outside?"
]
}
}

0 comments on commit a2f1c81

Please sign in to comment.