Skip to content

Commit b743890

Browse files
authored
Merge pull request #447 from knarrff/iso-date_in_example
use iso-formated date in example
2 parents 8fcaee8 + 3671b17 commit b743890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/23-continuous-integration-automated-testing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ Let us say we want to add more detail to our list of initial ascenders:
128128
...
129129
first_scaled_by:
130130
- name: Hans Meyer
131-
date_of_birth: 22-03-1858
131+
date_of_birth: 1858-03-22
132132
nationality: German
133133
- name: Ludwig Purtscheller
134-
date_of_birth: 22-03-1858
134+
date_of_birth: 1858-03-22
135135
nationality: Austrian
136136
```
137137

0 commit comments

Comments
 (0)