From 218d82295b17437dd140985cf78d98b7eab02979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Tue, 18 Jun 2024 16:00:01 -0400 Subject: [PATCH] Fix typo --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 465c2a8..7ad93b4 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -30,7 +30,7 @@ Other versions of the Poplar SDK are not currently supported. * the Poplar SDK version 2.2 uses LLVM 13, which is available in Julia v1.8; * the Poplar SDK versions 2.3-2.5 use LLVM 14, which is available in Julia v1.9; * the Poplar SDK versions 2.6-3.2 use LLVM 15, which is available in Julia v1.10; - * the Poplar SDK version 3.3 uses LLVM 16, which is available in Julia v1.11 (NOTE: this combination has ***not** been tested yet and is likely not to work at the moment). + * the Poplar SDK version 3.3 uses LLVM 16, which is available in Julia v1.11 (NOTE: this combination has ***not*** been tested yet and is likely not to work at the moment). ## Installation