Skip to content

Commit

Permalink
Fix typo in selector name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jan 26, 2022
1 parent 24bccab commit d327b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m/impl/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ func init() {

transpiler.RegisterSelector("m.This", "@this")
transpiler.RegisterSelector("m.ThisX", "@thisx")
transpiler.RegisterSelector("m.ThisXF", "@thisx")
transpiler.RegisterSelector("m.ThisXf", "@thisx")
transpiler.RegisterSelector("m.ThisY", "@thisy")
transpiler.RegisterSelector("m.ThisYF", "@thisy")
transpiler.RegisterSelector("m.ThisYf", "@thisy")
transpiler.RegisterSelector("m.Ipt", "@ipt")
transpiler.RegisterSelector("m.Counter", "@counter")
transpiler.RegisterSelector("m.Links", "@links")
Expand Down

0 comments on commit d327b50

Please sign in to comment.