Skip to content

Commit 3d92858

Browse files
committed
fix errors
1 parent fa4358e commit 3d92858

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/Section 7 -- Response.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ A _request error result_ must be a map.
5858

5959
The _request error result_ map must contain an entry with key {"errors"}. The
6060
value of this entry must be a non-empty list of _request error_ raised during
61-
the _request_. It must contain at least one indicating why no data was able to
62-
be returned. Each error must be a map as described in the "Errors" section
63-
below.
61+
the _request_. The errors it contains should indicate why no data was able to be
62+
returned. Each error must be a map as described in the "Errors" section below.
6463

6564
Note: It may be helpful for the {"errors"} key to appear first when serialized
6665
to make it more apparent that errors are present.

0 commit comments

Comments
 (0)