Skip to content

Commit 53eadd2

Browse files
authored
GetParseOffset to GetErrorOffset
1 parent 802ece6 commit 53eadd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ And the `InputStream` is type of input stream.
128128
129129
## Parse Error {#ParseError}
130130
131-
When the parse processing succeeded, the `Document` contains the parse results. When there is an error, the original DOM is *unchanged*. And the error state of parsing can be obtained by `bool HasParseError()`, `ParseErrorCode GetParseError()` and `size_t GetParseOffset()`.
131+
When the parse processing succeeded, the `Document` contains the parse results. When there is an error, the original DOM is *unchanged*. And the error state of parsing can be obtained by `bool HasParseError()`, `ParseErrorCode GetParseError()` and `size_t GetErrorOffset()`.
132132
133133
Parse Error Code | Description
134134
--------------------------------------------|---------------------------------------------------

0 commit comments

Comments
 (0)