diff --git a/exercises/concept/parsing-log-files/.docs/instructions.md b/exercises/concept/parsing-log-files/.docs/instructions.md index ed295ff641..bb55bcf402 100644 --- a/exercises/concept/parsing-log-files/.docs/instructions.md +++ b/exercises/concept/parsing-log-files/.docs/instructions.md @@ -90,7 +90,7 @@ Lines with quoted passwords have already been removed and you process lines irre Lines containing an offending password should be returned prefixed with ": ". -Lines not containing an offending password should be returned prefixed with "-------: ". +Lines not containing an offending password should be returned prefixed with "--------: ". ```csharp var lp = new LogParser();