Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit d7dfa8c

Browse files
committed
Readme cleanup
1 parent 8df274f commit d7dfa8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ in two git repositories. Reserach is performed in the loom repository. That work
1111
Loom specification forward. This repository, on the other hand, aims to implement the specification
1212
as-is. We care a great deal about quality, clarity and short learning curve. We avoid the use
1313
of `unsafe` Rust and write tests for *everything*. Optimizations are only added when
14-
corresponding benchmarks are also added that demonstrate real performance boots. We expect the
14+
corresponding benchmarks are also added that demonstrate real performance boosts. We expect the
1515
feature set here will always be a ways behind the loom repo, but that this is an implementation
1616
you can take to the bank, literally.
1717

@@ -63,8 +63,8 @@ Running the program should produce a log similar to:
6363

6464
```rust
6565
Entry { num_hashes: 0, end_hash: [0, ...], event: Tick }
66-
Entry { num_hashes: 6, end_hash: [67, ...], event: UserDataKey(3735928559) }
67-
Entry { num_hashes: 5, end_hash: [123, ...], event: Tick }
66+
Entry { num_hashes: 2, end_hash: [67, ...], event: UserDataKey(3735928559) }
67+
Entry { num_hashes: 3, end_hash: [123, ...], event: Tick }
6868
```
6969

7070
Proof-of-History

0 commit comments

Comments
 (0)