From 98f5198dd94ccc1af3a593e1a2378c35b0182bcf Mon Sep 17 00:00:00 2001 From: "Gregory L. Wagner" Date: Tue, 29 Oct 2024 16:58:54 -0600 Subject: [PATCH] Fix `use_system_library` typo in configuration docs (#884) --- 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 374f9308d..49342dac9 100644 --- a/docs/src/configuration.md +++ b/docs/src/configuration.md @@ -140,7 +140,7 @@ The function of these settings are as follows: If these are set, the `_format` key will be set to `"1.1"`. -An example of running `MPIPreferences.use_system_library(vendor="cray")` in +An example of running `MPIPreferences.use_system_binary(vendor="cray")` in `PrgEnv-gnu` is: ```toml