We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4a42f commit 56f6d27Copy full SHA for 56f6d27
src/SIL.Machine/Corpora/UpdateUsfmParserHandler.cs
@@ -66,6 +66,7 @@ public class UpdateUsfmParserHandler : ScriptureRefUsfmParserHandlerBase
66
private readonly Func<UsfmUpdateBlockHandlerException, bool> _errorHandler;
67
private readonly bool _compareSegments;
68
69
+ /// <param name="rows">UpdateUsfmRows must be in order</param>
70
public UpdateUsfmParserHandler(
71
IReadOnlyList<UpdateUsfmRow> rows = null,
72
string idText = null,
0 commit comments