From ec40ff48a67e35dd7dbd9c8dc08a2dcb1c2e18cf Mon Sep 17 00:00:00 2001 From: koubaa Date: Fri, 6 Dec 2024 11:48:40 -0600 Subject: [PATCH] fix doc typo Signed-off-by: koubaa --- docs/overview/custom-operations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/custom-operations.rst b/docs/overview/custom-operations.rst index 027e7b48..d5ac07b6 100644 --- a/docs/overview/custom-operations.rst +++ b/docs/overview/custom-operations.rst @@ -2,7 +2,7 @@ Extending Kompute with Custom C++ Operations ================= -Kompute provides an extenisble architecture which allows for the core components to be extended by building custom operations. +Kompute provides an extensible architecture which allows for the core components to be extended by building custom operations. Building operations is intuitive however it requires knowing some nuances around the order in which each of the class functions across the operation are called as a sequence is executed.