Skip to content

Commit

Permalink
Changed the brace directions for code import as it was failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Sep 13, 2023
1 parent 66c9ab2 commit 03d101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/generic/specialized/ordered_dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Cons:
### Hypothetical Use Case:
Suppose you are building a task management application, and you need to maintain a list of tasks for a project while preserving the order in which they were added. An OrderedDictionary can be useful in this scenario to store and manage tasks associated with a project.

```csharp file=../../../src/Extended.Collections.Playground\Generic\Specialized\OrderedDictionarySandbox.cs#L2-
```csharp file=../../../src/Extended.Collections.Playground/Generic/Specialized/OrderedDictionarySandbox.cs#L2-
// Imported
```

0 comments on commit 03d101e

Please sign in to comment.