Chapter 23, Coordinator; Error in the playground example?

Hello,

I thinks there is an error in the Coordinator extension of the playground example.
We define the method
public func dismiss(animated: Bool) { router.dismiss(animated: true) }

Shouldn’t the animated parameter be passed down to the router instead of passing in a hardcoded true value?