Skip to content

Commit 0b7683a

Browse files
committed
Update advanced-examples.md
1 parent 68ca914 commit 0b7683a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/advanced-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To demonstrate this problem, there is a file called *"Mixed Line Breaks.csv "* i
4848

4949
![Papa Parse results](Papa Parse results.png)
5050

51-
Matt Holt's parser determines that the file has the `\n` character as a record delimiter, this is because the sample file has 14,999 records ending in the `\n` character as the start, followed by 14,999 records ending in the `\r` character and 12,356 records ending in `\r\n`. So the solution provided in the sum of `1 + 14,999 + 12,356 = 27,356` (see image below).
51+
Matt Holt's parser determines that the file has the `\n` character as a record delimiter, this is because the sample file has 14,999 records ending in the `\n` character as the start, followed by 14,999 records ending in the `\r` character and 12,356 records ending in `\r\n`. Thus, the number of records returned by Papa Parse is the sum of `1 + 14,999 + 12,356 = 27,356` (see image below).
5252

5353
![Notepad++ search](Notepad++ search.png)
5454

0 commit comments

Comments
 (0)