Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored Aug 7, 2018
1 parent 5b6ffae commit 575179b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub struct Entry {
pub id: Hash,

/// An unordered list of transactions that were observed before the Entry ID was
/// generated. The may have been observed before a previous Entry ID but were
/// generated. They may have been observed before a previous Entry ID but were
/// pushed back into this list to ensure deterministic interpretation of the ledger.
pub transactions: Vec<Transaction>,

Expand Down

0 comments on commit 575179b

Please sign in to comment.