Skip to content

Commit abcaba6

Browse files
Whitespace not white space (#538)
As in #505 (comment)
1 parent e9fd206 commit abcaba6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -604,16 +604,16 @@ See also:
604604
Design textual formats that can be easily produced and consumed by people.
605605
Textual formats also improve [transparency](https://www.w3.org/TR/ethical-web-principles/#transparent).
606606

607-
Favor readability over compactness.
607+
Favor readability over compactness.
608608
File size can be optimized by tooling,
609-
and tends to become a lower priority over time.
610-
When file size is a significantly higher priority,
609+
and tends to become a lower priority over time.
610+
When file size is a significantly higher priority,
611611
perhaps a textual format is not appropriate.
612612

613613
<div class=example>
614-
SVG path syntax was designed to be compact,
614+
SVG path syntax was designed to be compact,
615615
with single-letter commands and unlabeled series of coordinates after them.
616-
At the time, file size was a primary concern,
616+
At the time, file size was a primary concern,
617617
but while the importance of size efficiency has declined over time,
618618
the cost to human readability has remained the same.
619619
</div>
@@ -626,7 +626,7 @@ could struggle to identify and fix those errors.
626626

627627
People expect some amount of flexibility in terms of how their edits are processed.
628628
[[#avoid-ambiguity|Clearly defining]] syntactic flexibility--
629-
such as in white space, quoting, or delimiters--
629+
such as in whitespace, quoting, or delimiters--
630630
could ensure that content is both easy to edit and produces consistent results.
631631

632632
<div class=example>

0 commit comments

Comments
 (0)