Skip to content

Commit

Permalink
Fixed JSDoc comment for GetUsfm
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcouch-sil committed Oct 23, 2023
1 parent 579b6b6 commit 6044270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c-sharp/NetworkObjects/UsfmDataProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private XmlDocument ConvertUsfmToUsx(string usfm, int bookNum)
/// Gets USFM for a book or chapter.
/// </summary>
/// <param name="bookNum">The book for which to get USFM</param>
/// <param name="chapterNum">The chapter for which to get USFM or -1 for the whole book</param>
/// <param name="chapterNum">The chapter for which to get USFM. Do not specify or specify `null` for the whole book</param>
/// <returns>USFM</returns>
private string GetUsfm(int bookNum, int? chapterNum = null)
{
Expand Down

0 comments on commit 6044270

Please sign in to comment.