Skip to content

Commit

Permalink
std::comptime: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jul 1, 2024
1 parent 29900e1 commit b88e937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/comptime/type.jule
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ struct comptimeStatics {}
// Private compile-time static field information wrapper.
struct comptimeStatic {}

impl comptimeParam {
impl comptimeStatic {
// Returns name of field.
// Returns as constant expression.
fn Name(self): str
Expand Down

0 comments on commit b88e937

Please sign in to comment.