Skip to content

Commit

Permalink
fixed small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neonstalwart committed Mar 3, 2011
1 parent 9388550 commit 0606bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pattern.coffee
Expand Up @@ -57,7 +57,7 @@ module.exports.parse = (pattern) ->

# Move the character position up to the rest of the pattern.
index += match[3].length
index ++ if match[4]
index++ if match[4]

# Set the implicit fields.
f.type = "a" if f.bits > 64 and f.type == "n"
Expand Down

0 comments on commit 0606bb8

Please sign in to comment.