Skip to content

Commit

Permalink
chore: fix a comment (#3431)
Browse files Browse the repository at this point in the history
fix comment on TYPE_T

---------

Co-authored-by: Charles Cooper <cooper.charles.m@gmail.com>
  • Loading branch information
tserg and charles-cooper authored May 19, 2023
1 parent 9037270 commit 32c9a3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vyper/semantics/types/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@ def __init__(self, typ, default, require_literal=False):
self.require_literal = require_literal


# A type type. Only used internally for builtins
# A type type. Used internally for types which can live in expression
# position, ex. constructors (events, interfaces and structs), and also
# certain builtins which take types as parameters
class TYPE_T:
def __init__(self, typedef):
self.typedef = typedef
Expand Down

0 comments on commit 32c9a3d

Please sign in to comment.