From 8350782fdee793f197771347ee6dda13795b9fcd Mon Sep 17 00:00:00 2001 From: Adnan Valdes Date: Sat, 7 Jun 2025 12:04:30 +0200 Subject: [PATCH] Update 4-application-development.md In programming exercise "Phone book expansion, version 2", Part 3 the sample output has the following structure: ``` command name number information address information ``` For example, ``` command: 2 name: Eric 02-123456 Linnankatu 75, Turku ``` However, the very last example has address and number displayed the other way around: ``` command: 2 name: Wilhelm address unknown number unknown ``` This PR changes the sample output to be consistent with the previous examples, maintaining a structure of displaying number first, and address second. --- data/part-10/4-application-development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/part-10/4-application-development.md b/data/part-10/4-application-development.md index c5607e01..02a33dd8 100644 --- a/data/part-10/4-application-development.md +++ b/data/part-10/4-application-development.md @@ -654,8 +654,9 @@ Linnankatu 75, Turku command: **2** name: **Wilhelm** -address unknown number unknown +address unknown + command: **0**