From 9e37b520fbefed2ee87fc25d0a25ac374cc604ca Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:01:19 +0530 Subject: [PATCH] Update faq.md --- docs/getting_started/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.