diff --git a/doc/tutorial_chaotic_system.qbk b/doc/tutorial_chaotic_system.qbk index 8dda44a7..23be5677 100644 --- a/doc/tutorial_chaotic_system.qbk +++ b/doc/tutorial_chaotic_system.qbk @@ -135,7 +135,7 @@ int system_length = 3; rk4( x , system_length , t , dt , lorenz ); `` -But odeint supports a similar and much more sophisticated concept: __boost_range. To make the steppers and the system ready to work with __boost_range the system has to by changed: +But odeint supports a similar and much more sophisticated concept: __boost_range. To make the steppers and the system ready to work with __boost_range the system has to be changed: [system_function_without_perturbations]