Skip to content

Commit 26b7d48

Browse files
ClémentClément
authored andcommitted
Fixing typo in CList as ICollection.
1 parent 8093be6 commit 26b7d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lectures/data/CList_as_ICollection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This requires implementing a series of properties and methods:
1414

1515

1616
```{download="./code/projects/CList_Icollection.zip"}
17-
!include`snippetStart="/* Done with Cell.*/", snippetEnd="/* We are done realizing the ICollection class. */` code/projects/CList_Icollection/CList_Icollection.cs
17+
!include`snippetStart="/* Done with Cell.*/", snippetEnd="/* We are done realizing the ICollection class. */"` code/projects/CList_Icollection/CList_Icollection.cs
1818
```
1919

2020

0 commit comments

Comments
 (0)