From b91a1150a83ffc0336925f519ad57ba635cea65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20R=C3=A4ss?= <61313342+luraess@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:55:38 +0200 Subject: [PATCH] Fix trailing `)` --- docs/src/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/configuration.md b/docs/src/configuration.md index 0477de773..61e0fd83a 100644 --- a/docs/src/configuration.md +++ b/docs/src/configuration.md @@ -51,7 +51,7 @@ This is the recommended way to use MPI.jl. By default, MPI.jl will use `MPICH_jll` as jll MPI backend. You can select from four different jll MPI binaries: -- [`MPICH_jll`](http://www.mpich.org/)), the default +- [`MPICH_jll`](http://www.mpich.org/), the default - [`OpenMPI_jll`](https://www.open-mpi.org/), an alternative to MPICH - [`MPItrampoline_jll`](https://github.com/eschnett/MPItrampoline), a forwarding MPI implementation that uses another MPI implementation