This repository was archived by the owner on Aug 12, 2020. It is now read-only.
Change first letter of sentence to uppercase#54
Open
yuvallanger wants to merge 1 commit intoipfs-inactive:masterfrom
Open
Change first letter of sentence to uppercase#54yuvallanger wants to merge 1 commit intoipfs-inactive:masterfrom
yuvallanger wants to merge 1 commit intoipfs-inactive:masterfrom
Conversation
examples/pinning/readme.md
Outdated
| have warned you that the given hash was "pinned recursively". There are three | ||
| types of pins in the ipfs world; direct pins, which pin just a single block, and | ||
| no others in relation to it. recursive pins, which pin a given block and all of | ||
| no others in relation to it. Recursive pins, which pin a given block and all of |
There was a problem hiding this comment.
This isn't the start of a sentence. It's the second of the three items in a list: direct pins, recursive pins, and indirect pins. Instead, the ; should be : and the . should be ; (to separate items that themselves contain commas).
License: MIT Signed-off-by: Yuval Langer <yuval.langer@gmail.com>
85b2601 to
96d2ffc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
License: MIT
Signed-off-by: Yuval Langer yuval.langer@gmail.com