From 1d416d84459a5ad1dfe9bca6ce5600b1037acf49 Mon Sep 17 00:00:00 2001
From: Han Lu <11597940+ErbB4@users.noreply.github.com>
Date: Thu, 1 Aug 2024 11:49:13 +0200
Subject: [PATCH] quick touch (#2369)

<!-- Please make sure your PR follows our [contribution
guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib)
and agree to the terms outlined in the [PR
procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst).
-->
---
 doc/dev/simd_api.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/dev/simd_api.rst b/doc/dev/simd_api.rst
index 37b5b5cd..264e8da8 100644
--- a/doc/dev/simd_api.rst
+++ b/doc/dev/simd_api.rst
@@ -10,7 +10,7 @@ compiler intrinsics for the manipulation of architecture-specific vector
 The implementation is rather loosely based on the data-parallel vector types
 proposal `P0214R6 for the C++ Parallelism TS 2 <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0214r6.pdf>`_.
 
-Unless otherwise specified, all classes, namespaces and top-level functions
+Unless otherwise specified, all classes, namespaces, and top-level functions
 described below are all within the top-level `arb::simd` namespace.
 
 .. rubric:: Example usage
-- 
GitLab