Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: dag.import description in core docs (#4013)
Browse files Browse the repository at this point in the history
Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
Alan Shaw and achingbrain authored Jan 26, 2022
1 parent afe2f39 commit b7746b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-api/DAG.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ within the CARs.

| Name | Type | Description |
| ---- | ---- | ----------- |
| sources | `AsyncIterable<Uint8Array>` | `AsyncIterable<AsyncIterable<Uint8Array>>` | One or more [CAR file][] streams |
| sources | `AsyncIterable<Uint8Array>` | One or more [CAR file][] streams |

### Options

Expand Down

0 comments on commit b7746b5

Please sign in to comment.