Skip to content

Commit

Permalink
Update docs after clean up of Presentation application
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikOnBike committed Dec 3, 2023
1 parent e296d8f commit eb8eec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MVP.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Below is an example from the `CpPresentationPresenter` class which is the applic
renderView
"Render the current slide"
self renderChildViewForModel: self currentSlideModel atSlotNamed: 'slides'.
self renderChildViewForModel: self currentSlideModel atSlotNamed: #slide.
"Only render the carousel if it is present"
self slidesCarouselPresenter
Expand Down

0 comments on commit eb8eec4

Please sign in to comment.