From 585d5c25379c84d3fef6d772884f6d6db701c32b Mon Sep 17 00:00:00 2001 From: Curve Date: Sat, 28 Oct 2023 22:58:55 +0200 Subject: [PATCH] docs(interop): adjust wording --- docs/getting-started/interoperability.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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