Skip to content

Commit

Permalink
fix: Make must/should/could definitions less sophomoric
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita committed Jul 10, 2024
1 parent 5b54553 commit 16f9f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements/specifications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ In the Firebolt Specification JSON, every capability is given a `level` of eithe
- `"should"`
- `"could"`

A capability with the level set to `"must"` **MUST** be supported.
A capability with the level set to `"must"` **MUST** be supported or the implementation in question is not a certified Firebolt implementation.

A capability with the level set to `"should"` **SHOULD** be supported.
A capability with the level set to `"should"` **SHOULD** be supported, especially if the implementation supports similar requirements in a non-Firebolt interface.

A capability with the level set to `"could"` **COULD** be supported.
A capability with the level set to `"could"` **COULD** be supported at the implementations discretion.

#### 3.1.1. Should vs Could
This section is non-normative and does not denote any requiements.
Expand Down

0 comments on commit 16f9f6e

Please sign in to comment.