Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Mariotti committed Feb 28, 2025
1 parent c94a377 commit ac5493f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

public class SlideDescription extends Slide {

public SlideDescription(String description, String title) {
this.description = description;
public SlideDescription(String title, String description) {
this.title = title;
this.description = description;
}

@Override
Expand Down

0 comments on commit ac5493f

Please sign in to comment.