fix attribute warning message

This commit is contained in:
madelson 2024-11-19 21:59:29 -05:00
parent bf73ac78f5
commit 1ea96f4c7f

View File

@ -110,7 +110,7 @@
/// </summary>
/// <param name="page">The page to export the XML layout for.</param>
#if NET6_0_OR_GREATER
[RequiresUnreferencedCode("Members from PageXmlDocument may be trimmed if not referenced directly")]
[RequiresUnreferencedCode("Members from AltoDocument may be trimmed if not referenced directly")]
#endif
public string Get(Page page) => Get(page, false);