Skip to content

Commit ae9d1b2

Browse files
committed
Update SentinelTypeNode.md
1 parent fe6fffd commit ae9d1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nodes/docs/typeNodes/SentinelTypeNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This node can be used to create [`NestedTypeNodes`](./NestedTypeNode.md).
2727

2828
### `sentinelTypeNode(type, sentinel)`
2929

30-
Helper function that creates a `SentinelTypeNode` object from TODO.
30+
Helper function that creates a `SentinelTypeNode` object from a type node and a constant value node.
3131

3232
```ts
3333
const sentinel = constantValueNode(bytesTypeNode(), bytesValueNode('base16', 'ff'));

0 commit comments

Comments
 (0)