1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Docs: Fix typo in juce_Serialisation.h

This commit is contained in:
reuk 2025-09-22 11:01:03 +01:00 committed by Tom Poole
parent 60a19f5264
commit 43acb24f87

View file

@ -121,7 +121,7 @@ template <typename T> 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}
*/