Skip to content

Commit

Permalink
Merge pull request #18016 from gastaldi/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aloubyansky authored Jun 19, 2021
2 parents 9a44ccc + 62e399a commit 0c8eda8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public Union<T> build() {
final Union<T> u = new Union<T>() {

@Override
public UnionVersion verion() {
public UnionVersion version() {
return version;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public interface Union<M> {
*
* @return union version
*/
UnionVersion verion();
UnionVersion version();

/**
* Members of the union.
Expand Down

0 comments on commit 0c8eda8

Please sign in to comment.