From 4541f43377f8d5b7ea0b504b30f99440091a3948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A7=81=2E=E0=B3=83=E0=BF=94=E2=8B=86=E3=80=8E=E5=A4=9C?= =?UTF-8?q?=E5=85=89=E3=80=8F=E2=8B=86=2E=E0=B3=83=E0=BF=94=EA=A7=82?= Date: Sat, 27 Sep 2025 18:10:41 +0200 Subject: [PATCH] Update instructions.md Added a comma and a em-dash for better readability --- exercises/concept/developer-privileges/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/developer-privileges/.docs/instructions.md b/exercises/concept/developer-privileges/.docs/instructions.md index d8e116eea..56917bce8 100644 --- a/exercises/concept/developer-privileges/.docs/instructions.md +++ b/exercises/concept/developer-privileges/.docs/instructions.md @@ -2,7 +2,7 @@ You've been asked to do some more work on the network authentication system. -In addition to the admin identity being hard-coded in the system during development the powers that be also want senior developers to be given the same treatment. +In addition to the admin identity being hard-coded in the system during development, the powers that be — also want senior developers to be given the same treatment. ## 1. Store the system admin's details hard-coded in the system and make it available to callers.