Skip to content

Commit

Permalink
Merge branch 'jg-lazy-types' of github.com:polkadot-js/api into jg-la…
Browse files Browse the repository at this point in the history
…zy-types
  • Loading branch information
jacogr committed Aug 10, 2019
2 parents 8725d00 + 0cb8a17 commit 9b23cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/codec/typeRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class TypeRegistry {
// NOTE If we didn't extend here, we would have strange artifacts. An example is
// Balance, with this, new Balance() instanceof u128 is true, but Balance !== u128
Type = class extends BaseType {
// ensure we carry through any fallbacks identified - since there are now lower
// ensure we carry through any fallbacks identified - since they are now lower
public static Fallback = BaseType.Fallback;
};

Expand Down

0 comments on commit 9b23cc8

Please sign in to comment.