File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const libp2p = await createLibp2p({
43
43
44
44
// Given a key (as a string) returns a value (as a Uint8Array), or undefined
45
45
// if the key isn't found.
46
- // All keys must be prefixed my the same prefix, which will be used to find
46
+ // All keys must be prefixed by the same prefix, which will be used to find
47
47
// the appropriate key lookup function.
48
48
async function my_subsystem_key_lookup (key : string ): Promise <Uint8Array | undefined > {
49
49
// app specific callback to lookup key-value pairs.
Original file line number Diff line number Diff line change 20
20
*
21
21
* // Given a key (as a string) returns a value (as a Uint8Array), or undefined
22
22
* // if the key isn't found.
23
- * // All keys must be prefixed my the same prefix, which will be used to find
23
+ * // All keys must be prefixed by the same prefix, which will be used to find
24
24
* // the appropriate key lookup function.
25
25
* async function my_subsystem_key_lookup (key: string): Promise<Uint8Array | undefined> {
26
26
* // app specific callback to lookup key-value pairs.
You can’t perform that action at this time.
0 commit comments