From eb162c5de29a13ba387c7c0d88ff1ebccbb3f58f Mon Sep 17 00:00:00 2001 From: koubaa Date: Fri, 6 Dec 2024 11:48:40 -0600 Subject: [PATCH] fix doc typo --- 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.