Skip to content

Commit

Permalink
fixed typo (hyperledger#1940)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla authored Feb 24, 2021
1 parent ef99782 commit 8bc4df2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public interface WorldView {
WorldView EMPTY = address -> null;

/**
* Get an account provided it's address.
* Get an account provided its address.
*
* @param address the address of the account to retrieve.
* @return the {@link Account} corresponding to {@code address} or {@code null} if there is no
Expand Down

0 comments on commit 8bc4df2

Please sign in to comment.