diff --git a/docs/Section Parsing Formatting.md b/docs/Section Parsing Formatting.md index 559d881..3b63d11 100644 --- a/docs/Section Parsing Formatting.md +++ b/docs/Section Parsing Formatting.md @@ -336,8 +336,10 @@ Mike ] } ``` + ## Parse Error -An error caused by a malformed delimiter or nested delimiters. Parse errors only occur if a delimiter is incorrectly formatted or a delimiter is nested in a reply-from-user. +An error caused by unexpected formatting. This is not found in the item but generated when the item is parsed. + ### Fields | Key | Value | | - | - | @@ -390,8 +392,8 @@ Systems Engineer, Engineering Computer Network "type": "parse_error", "datetime": "2020-10-16T10:44:45", "file_path": "/home/pier/e/benne238/webqueue2/q-snapshot/aae/2", - "expected": "Did not encounter a reply-from-user ending delimiter", + "expected": "Did not encounter a reply_from_user ending delimiter", "got": "Kris", "line_num": 468 } -``` \ No newline at end of file +```