Skip to content

Commit

Permalink
fix: change typo in Developer Privileges instructions (exercism#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-piccione authored Oct 18, 2023
1 parent 3845b31 commit f853990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The developers' details are as follows:
| bert@ex.ism | blue | 0.8 | Bertrand | Paris | France |
| anders@ex.ism | brown | 0.85 | Anders | Redmond | USA |

Implement the `Authenticator.Developers()` method to return the developers' identity details. The dictionary key is the developer's name.
Implement the `Authenticator.Developers` property to return the developers' identity details. The dictionary key is the developer's name.

```csharp
var authenticator = new Authenticator();
Expand Down

0 comments on commit f853990

Please sign in to comment.