From e09fde6f5134a135b25ae6da2fe86e7f60f67951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Thu, 20 Jun 2024 17:34:58 +0800 Subject: [PATCH] doc: minor correction --- doc/manual/using_drtio_subkernels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/using_drtio_subkernels.rst b/doc/manual/using_drtio_subkernels.rst index 34e0001f3..4eeaecc4e 100644 --- a/doc/manual/using_drtio_subkernels.rst +++ b/doc/manual/using_drtio_subkernels.rst @@ -56,7 +56,7 @@ As with other configuration changes, the core device should be restarted (``arti Using the core language with DRTIO ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Remote channels are accessed just as local channels are (e.g., most commonly, by calling ``self.setattr_device()`` and then referencing the channel by name.) +Remote channels are accessed just as local channels are (e.g., most commonly, by calling ``self.setattr_device()`` and then referencing the device by name.) Link establishment ^^^^^^^^^^^^^^^^^^