Skip to content

Commit bd6b706

Browse files
authored
Small fix to doc comment (#6616)
1 parent 5ff8837 commit bd6b706

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Robust.Shared/Localization/LocalizationManager.Functions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ private ILocValue FuncDatObj(LocArgs args)
217217
/// Returns the respective genitive form (pronoun or possessive adjective) for the entity's gender.
218218
/// This is used in languages with a genitive case to indicate possession or related relationships,
219219
/// e.g., "у него" (Russian), "seines Vaters" (German).
220+
/// </summary>
220221
private ILocValue FuncGenitive(LocArgs args)
221222
{
222223
return new LocValueString(GetString("zzzz-genitive", ("ent", args.Args[0])));

0 commit comments

Comments
 (0)