Fixed typo in comma punctuation tag

This commit is contained in:
Oliver Jakubiec 2015-02-27 17:08:15 -08:00
parent 159f3b266e
commit 90fdcd8c9e
1 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@
'Punctuation, semicolon', ['PUN', '.', '.', '', '', 'PN'],
'Puncutation, colon or ellipsis', ['PUN', ':', ':'],
'Punctuationm, comma', ['PUN', ',', ',', '$,'],
'Punctuation, comma', ['PUN', ',', ',', '$,'],
'Punctuation, dash', ['PUN', '-', '-'],
'Punctuation, dollar sign', ['PUN', '', '$'],
'Punctuation, left bracket', ['PUL', '(', '(', '$('],
@ -325,4 +325,4 @@
['SQ', 'Inverted yes/no question']
]
}
}
}