Skip to content

Commit 1e203d5

Browse files
committed
fix: Remove comma from date in example
1 parent 91e9eda commit 1e203d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

040-Projekt_CSV_I/010-Dateiformat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ typischer Daten viel seltener genutzt als das Komma.
4141
id, family name, given name, birthdate
4242
0, musterfrau, martha, 1.2.2003
4343
1, müller, kim, 1999-8-7
44-
2, 王, 祖寇, February 21, 2005
44+
2, 王, 祖寇, February 21 2005
4545
```
4646

4747
```csv

0 commit comments

Comments
 (0)