Skip to content

Commit

Permalink
Fix typos pointed out by CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hageboeck committed Sep 18, 2024
1 parent 9f1b599 commit e1d16b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercises/ExerciseSchedule_AdvancedCourse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ HEP C++ Advanced Course's exercise schedule
- Solutions and hints can be found in the ExercisesCheatSheet.md file located in the same directory.
- Each exercise is in its own directory and referred to in the following by the name of the directory

There are far too many exercies on each day. They are given in order in which they should be done.
There are far too many exercises on each day. They are given in order in which they should be done.

Day 1
-----
Expand Down
2 changes: 1 addition & 1 deletion talk/objectorientation/constructors.tex
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
\frametitlecpp[11]{Constructor inheritance}
\begin{block}{Idea}
\begin{itemize}
\item avoid having to re-declare parent's constructors
\item avoid having to redeclare parent's constructors
\item by stating that we inherit all parent constructors
\item derived class can add more constructors
\end{itemize}
Expand Down

0 comments on commit e1d16b9

Please sign in to comment.