Update task.md json lines end with \n (0xA) not \r (0xD) (#3752)

Update task.md to fix mistake in json format.  In the code the json lines end with \n (0xA) not \r (0xD)
This commit is contained in:
Matthew 2025-02-01 20:37:43 +00:00 committed by GitHub
parent 8d210b5263
commit 3ae7413ebd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ In brief: "MUST" (or "REQUIRED") means that the item is an absolute requirement
## General Format
The format is JSON, specifically a JSON object as a single line of text, terminated by a newline (U+000D).
The format is JSON, specifically a JSON object as a single line of text, terminated by a line feed (U+000A).
The JSON looks like this: