Skip to content

Commit

Permalink
Fix typo issue for "occurances" at TestingInstructions.md (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamtrinhdev authored Dec 3, 2024
1 parent f1b9be8 commit dd662f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PIRService/PIRService.docc/TestingInstructions.md
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

0 comments on commit dd662f7

Please sign in to comment.