Skip to content

Commit

Permalink
Update Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Jan 19, 2025
1 parent bfc186f commit 1fe4ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ graph TD;
ArraySeq --> ImmutableArray;
classDef impl fill: #90EE90, stroke: #fff, stroke-width: 4px;
class ArraySeq,ImmutableArray,ImmutableVector,ImmutableHashSet,ImmutableSortedArraySet,ImmutableLinkedSeq,ImmutableTreeSeq impl;
class ArraySeq,ImmutableArray,ImmutableVector,ImmutableHashSet,ImmutableSortedArraySet,ImmutableLinkedSeq,ImmutableTreeSeq,ImmutableTreeSet impl;
```

Mutable Collections:
Expand Down

0 comments on commit 1fe4ff2

Please sign in to comment.