Skip to content

Commit

Permalink
docs: remove blip blop
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored and rvagg committed Jan 9, 2023
1 parent 483670f commit 6dc6ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ the `CID`s contained within the CAR referenced by this reader.

* `bytes` `(Uint8Array)`

* Returns: `Promise<CarReader>`: blip blop
* Returns: `Promise<CarReader>`

Instantiate a [`CarReader`](#CarReader) from a `Uint8Array` blob. This performs a
decode fully in memory and maintains the decoded state in memory for full
Expand Down
2 changes: 1 addition & 1 deletion src/reader-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class CarReader {
* @static
* @memberof CarReader
* @param {Uint8Array} bytes
* @returns {Promise<CarReader>} blip blop
* @returns {Promise<CarReader>}
*/
static async fromBytes (bytes) {
if (!(bytes instanceof Uint8Array)) {
Expand Down

0 comments on commit 6dc6ca8

Please sign in to comment.