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

Commit 62c1422

Browse files
authored
docs(core-api): fix default value column (#3140)
1 parent 8cb8c73 commit 62c1422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core-api/BLOCK.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ An optional object which may have the following keys:
7575
| format | `String` | `'dag-pb'` | The codec to use to create the CID |
7676
| mhtype | `String` | `sha2-256` | The hashing algorithm to use to create the CID |
7777
| mhlen | `Number` | | |
78-
| version | `Number` | 0 | The version to use to create the CID |
79-
| pin | `boolean` | false | If true, pin added blocks recursively |
78+
| version | `Number` | `0` | The version to use to create the CID |
79+
| pin | `boolean` | `false` | If true, pin added blocks recursively |
8080
| timeout | `Number` | `undefined` | A timeout in ms |
8181
| signal | [AbortSignal][] | `undefined` | Can be used to cancel any long running requests started as a result of this call |
8282

@@ -137,7 +137,7 @@ An optional object which may have the following keys:
137137
| Name | Type | Default | Description |
138138
| ---- | ---- | ------- | ----------- |
139139
| force | `boolean` | `false` | Ignores nonexistent blocks |
140-
| quiet | `boolean` | `false | Write minimal output |
140+
| quiet | `boolean` | `false` | Write minimal output |
141141
| timeout | `Number` | `undefined` | A timeout in ms |
142142
| signal | [AbortSignal][] | `undefined` | Can be used to cancel any long running requests started as a result of this call |
143143

0 commit comments

Comments
 (0)