Skip to content

Commit

Permalink
Improve person lookup endpoint summary text (#8120)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandGrainOne authored Feb 25, 2022
1 parent af5a9a3 commit 5781591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/Register/PersonsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public PersonsController(IPersonLookup personLookup)
}

/// <summary>
/// Gets the party for the given national identity number.
/// Gets the <see cref="Person"/> with the given national identity number.
/// </summary>
/// <remarks>
/// This method can be used to retrieve the party and person object for an identified person with
Expand Down

0 comments on commit 5781591

Please sign in to comment.