Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo issue for "occurances" at TestingInstructions.md #55

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ PIRProcessDatabase block-config.json
```

This instructs the `PIRProcessDatabase` utility to load the input from `block.binpb`, output the processed database into
a file called `block-0.bin`. See how the occurances of `SHARD_ID` get replaced in `block-SHARD_ID.bin` to become the
a file called `block-0.bin`. See how the occurrences of `SHARD_ID` get replaced in `block-SHARD_ID.bin` to become the
first (and only) shard in our case with name `block-0.binpb`. In addition to the processed database, the utility also
outputs a file called `block-0.params.txtpb`. This file holds the PIR parameters for the shard.

Expand Down
Loading