From 43acb24f8704d4700e9ef2a1b29cd192b56af08b Mon Sep 17 00:00:00 2001 From: reuk Date: Mon, 22 Sep 2025 11:01:03 +0100 Subject: [PATCH] Docs: Fix typo in juce_Serialisation.h --- modules/juce_core/serialisation/juce_Serialisation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/serialisation/juce_Serialisation.h b/modules/juce_core/serialisation/juce_Serialisation.h index e11e7409bf..fef8bc7a0a 100644 --- a/modules/juce_core/serialisation/juce_Serialisation.h +++ b/modules/juce_core/serialisation/juce_Serialisation.h @@ -121,7 +121,7 @@ template constexpr auto named (std::string_view c, const T& t) { re @tparam T the (probably numeric) type of the size value - @see serialisztionSize() + @see serialisationSize() @tags{Core} */