Skip to content

Commit

Permalink
Fix prefix description in part 5 (#2189)
Browse files Browse the repository at this point in the history
The lines not containing an offending password should be returned prefixed with "--------: ", and so dos the unit test expects.

I fixed the prefix in the exercise description, which was missing one "-".
  • Loading branch information
Gautzilla authored Oct 13, 2023
1 parent 3dfa90e commit f10c456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/parsing-log-files/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<password>: ".

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();
Expand Down

0 comments on commit f10c456

Please sign in to comment.