소스 검색

Update SentinelTypeNode.md

Loris Leiva 1 년 전
부모
커밋
ae9d1b270b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/nodes/docs/typeNodes/SentinelTypeNode.md

+ 1 - 1
packages/nodes/docs/typeNodes/SentinelTypeNode.md

@@ -27,7 +27,7 @@ This node can be used to create [`NestedTypeNodes`](./NestedTypeNode.md).
 
 ### `sentinelTypeNode(type, sentinel)`
 
-Helper function that creates a `SentinelTypeNode` object from TODO.
+Helper function that creates a `SentinelTypeNode` object from a type node and a constant value node.
 
 ```ts
 const sentinel = constantValueNode(bytesTypeNode(), bytesValueNode('base16', 'ff'));