From 33f37cff191fb2face9562b6e1e05a3ad207f6d4 Mon Sep 17 00:00:00 2001 From: Alex Hirzel Date: Thu, 20 Oct 2022 19:22:18 -0400 Subject: [PATCH] s/unertain/uncertain/ --- docs/src/advanced_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/advanced_usage.md b/docs/src/advanced_usage.md index 39ec6b3e..dc91dc00 100644 --- a/docs/src/advanced_usage.md +++ b/docs/src/advanced_usage.md @@ -1,5 +1,5 @@ # Advanced usage -Several non-exported functions that may facilitate working with structures that contain unertain parameters (struct-of-arrays, SoA) exist. These are not to be considered part of the API and are subject to breakage at any time, but may nevertheless be of use in special situations. +Several non-exported functions that may facilitate working with structures that contain uncertain parameters (struct-of-arrays, SoA) exist. These are not to be considered part of the API and are subject to breakage at any time, but may nevertheless be of use in special situations. ```@docs MonteCarloMeasurements.mean_object