1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-08 23:24:19 +00:00

Docs: Fix typo in juce_Serialisation.h

This commit is contained in:
reuk 2025-09-22 11:01:03 +01:00
parent e87d4a52e6
commit 0ad77e3394
No known key found for this signature in database

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