Skip to content

Commit 56f6d27

Browse files
committed
Add comment regarding the rows parameter
1 parent 1a4a42f commit 56f6d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SIL.Machine/Corpora/UpdateUsfmParserHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public class UpdateUsfmParserHandler : ScriptureRefUsfmParserHandlerBase
6666
private readonly Func<UsfmUpdateBlockHandlerException, bool> _errorHandler;
6767
private readonly bool _compareSegments;
6868

69+
/// <param name="rows">UpdateUsfmRows must be in order</param>
6970
public UpdateUsfmParserHandler(
7071
IReadOnlyList<UpdateUsfmRow> rows = null,
7172
string idText = null,

0 commit comments

Comments
 (0)