Structuring a sentence with two phrases qualifying the same ending
For a long time, I have wondered which way of writing the following is correct.
(Is more than one correct?)
- The expected result for integers denotes that a value should be at least a specific value or at most a specific value.
- The expected result for integers denotes that a value should be at least or at most a specific value.
- The expected result for integers denotes that a value should be at least, or at most, a specific value.
All the best, Patrick
This post was sourced from https://writers.stackexchange.com/q/24957. It is licensed under CC BY-SA 3.0.
2 answers
C is the clearest and easiest to read. The commas not only set off the interrupter to highlight it but give the reader a moment to pause and note the two items being discussed (least and most).
0 comment threads
To answer your question: all of your examples are grammatically correct. (Well done!)
However, in most contexts, clarity and readability are even more important than grammatical correctness. By that measure, your third example is definitely the best, as Lauren has explained so well.
This post was sourced from https://writers.stackexchange.com/a/24964. It is licensed under CC BY-SA 3.0.
0 comment threads