From 25190c8283c84fadc702ba910ca9549d3df87938 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Thu, 22 Jan 2026 09:17:37 +0100 Subject: [PATCH] Update context.rst replace typo of event with context --- source/iface/context.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iface/context.rst b/source/iface/context.rst index 3d995cc..2e8d8c9 100644 --- a/source/iface/context.rst +++ b/source/iface/context.rst @@ -23,7 +23,7 @@ represents the runtime data structures and state required by a SYCL backend API to interact with a group of devices associated with a platform. -The ``sycl::event`` class provides the +The ``sycl::context`` class provides the :ref:`common reference semantics `.