Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Aug 26, 2024
1 parent f360e34 commit d4a6599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/docgen/utils/handleItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function renderDocNode(
return result.replaceAll(
/\{@link ((?<module>\w+)#(?<type>\w+))\}/g,
// TODO: Link to correct page and location
'[$<module>.$<type>](/gen/$<module>/$<type>)',
'[$<module>.$<type>](TODO)', // /gen/$<module>/$<type>
)
}

Expand Down
2 changes: 1 addition & 1 deletion src/internal/abi/getSelector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type { AbiFunction } from 'abitype'

import type { GlobalErrorType } from '../errors/error.js'
import { Hex_slice } from '../hex/slice.js'
import { Abi_getSignatureHash } from './getSignatureHash.js'
import type { Hex } from '../hex/types.js'
import { Abi_getSignatureHash } from './getSignatureHash.js'

/**
* Computes the selector for an ABI Item.
Expand Down

0 comments on commit d4a6599

Please sign in to comment.