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} */