Skip to content

Commit

Permalink
tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
csuwildcat committed May 13, 2024
1 parent 6723df3 commit 8f94ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export class HttpApi {

try {
// builds a nested object from flat keys with dot notation which may share the same parent path
// e.g. "filter.protocol=foo&filter.protocolPath=bar" becomes
// e.g. "did:dht:123/query?filter.protocol=foo&filter.protocolPath=bar" becomes
// {
// filter: {
// protocol: 'foo',
Expand Down

0 comments on commit 8f94ae5

Please sign in to comment.