diff --git a/docs/getting_started/faq.md b/docs/getting_started/faq.md index c42ef898..4a694d03 100644 --- a/docs/getting_started/faq.md +++ b/docs/getting_started/faq.md @@ -59,7 +59,7 @@ The second approach allows up to [`max_in_flight`] invocations of the packets from [`CalculatorBase::Process`] are automatically ordered by timestamp before they are passed along to downstream calculators. -With either aproach, you must be aware that the calculator running in parallel +With either approach, you must be aware that the calculator running in parallel cannot maintain internal state in the same way as a normal sequential calculator.