From c4dc991fe1b6888bffe2b4881d37287d9099f670 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:39:07 +0100 Subject: [PATCH] [hive.operations] Fix singular/plural mismatch --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index 436926f301..2a04fa0ef2 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -8835,7 +8835,7 @@ \effects If \tcode{addressof(x) == this} is \tcode{true}, the behavior is erroneous and there are no effects. -If an exceptions is thrown, +If an exception is thrown, there are no effects. Otherwise, inserts the contents of \tcode{x} into \tcode{*this} and \tcode{x} becomes empty.