Small fix to doc comment (#6616)

This commit is contained in:
adamsong
2026-06-03 23:19:57 -04:00
committed by GitHub
parent 5ff88372b2
commit bd6b7068f3
@@ -217,6 +217,7 @@ namespace Robust.Shared.Localization
/// Returns the respective genitive form (pronoun or possessive adjective) for the entity's gender.
/// This is used in languages with a genitive case to indicate possession or related relationships,
/// e.g., "у него" (Russian), "seines Vaters" (German).
/// </summary>
private ILocValue FuncGenitive(LocArgs args)
{
return new LocValueString(GetString("zzzz-genitive", ("ent", args.Args[0])));