Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/date.js
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ function parser (str, offset) {
// console.log(prepro)
// reset the str to prepro str
str = prepro.str
// if proprocessed doesn't leave any str to be processed (non-date-time) format, check normals
// if preprocessed doesn't leave any str to be processed (non-date-time) format, check normals
if (!str) {
if (prepro.normals.length) {
// if there's normal date parsed already,
Expand Down
2 changes: 1 addition & 1 deletion lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function parser (str, offset) {
// console.log(prepro)
// reset the str to prepro str
str = prepro.str
// if proprocessed doesn't leave any str to be processed (non-date-time) format, check normals
// if preprocessed doesn't leave any str to be processed (non-date-time) format, check normals
if (!str) {
if (prepro.normals.length) {
// if there's normal date parsed already,
Expand Down