Skip to content

Commit 75edfab

Browse files
committed
Fixing a code inclusion.
1 parent 18ad122 commit 75edfab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/lectures/oop/polymorphism.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Consider the following two classes:
2121
```
2222

2323
```
24-
!include code/projects/Polymorphism1/Polymorphism1/Class1.cs
24+
!include code/projects/Polymorphism1/Polymorphism1/Class2.cs
2525
```
2626

2727
Then,

0 commit comments

Comments
 (0)