From 9998b8b5dba968506a15caffd02208bce12312b8 Mon Sep 17 00:00:00 2001 From: Kriskras99 Date: Tue, 12 Nov 2024 13:46:12 +0100 Subject: [PATCH] Fix typo in the tutorials book --- tutorials-book/src/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials-book/src/SUMMARY.md b/tutorials-book/src/SUMMARY.md index 39a2437f..3ae66009 100644 --- a/tutorials-book/src/SUMMARY.md +++ b/tutorials-book/src/SUMMARY.md @@ -7,5 +7,5 @@ - [Configuring ArrayFire Runtime Environment](./configuring_arrayfire_environment.md) - [Interoperability with CUDA](./cuda-interop.md) - [Interoperability with OpenCL](./opencl-interop.md) -- [Multhi-Threading](./multi-threading.md) +- [Multi-Threading](./multi-threading.md) - [Serialization & Deserialization](./serde.md)