Improve readability of Blob-related statements #42
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There are several small fixes, and I'd like to discuss about these changes (and improve it if necessary) before some of them are applied.
line 400: I suppose that it is not clear about what does "ignore" here mean, so I emphasize its motivation.
line 500 and related: I moved one note after the
Attributes
section ofBlob
and another note duplicated in two places just below thetype
attribute definition since the two notes are bothtype
-related.For the duplicated note, I deleted its appearance in two other algorithm descriptions because this note addresses what does "parsable MIME type" mean, while the two algorithms don't refer to that particular definition. So I think it is more proper to put it under
type
attribute definition (in which "parsable MIME type" is referred).Also, I rewrote this note in a more readable form as I suppose.
line 520:
upto
is a typo as I suppose.line 610: I rewrote description of
close()
a more readable form as I suppose.