diff --git a/docs/getting-started/interoperability.mdx b/docs/getting-started/interoperability.mdx index a133191..ff3efe9 100644 --- a/docs/getting-started/interoperability.mdx +++ b/docs/getting-started/interoperability.mdx @@ -130,7 +130,7 @@ A `std::future` will also block on destruction if: > (2) the shared state is not yet ready[ยน](https://en.cppreference.com/w/cpp/thread/future/%7Efuture) -As a result, any calls to `smartview.evaluate(...)` should be forwarded to `saucer::forget` +As a result, most calls to `smartview.evaluate(...)` should probably be forwarded to `saucer::forget` ::: ### All