Rename asterix to asterisk

This commit is contained in:
Kevin Sawicki & Nathan Sobo 2013-04-18 17:22:13 -07:00 committed by Kevin Sawicki
parent 1f4febcfaf
commit faac67c88e
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ class SegmentMatcher
matches: (scope) ->
scope is @segment
class AsterixMatcher
class AsteriskMatcher
constructor: ->
matches: ->

View File

@ -12,7 +12,7 @@ segment
}
/ _ scopeName:[\*] _ {
return new matchers.AsterixMatcher();
return new matchers.AsteriskMatcher();
}
scope