Skip to content

Commit

Permalink
Merge pull request #613 from kachick/typop
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
st0012 authored Mar 7, 2018
2 parents cc41fd2 + df53e7a commit 89a4c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/classes/classes.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
NullClass = "Null"
ChannelClass = "Channel"
RangeClass = "Range"
MethodClass = "method"
MethodClass = "Method"
PluginClass = "Plugin"
GoObjectClass = "GoObject"
FileClass = "File"
Expand Down

0 comments on commit 89a4c50

Please sign in to comment.