Skip to content

Commit 1e13b71

Browse files
committed
docs: remove deprecated notice from InnerText()
1 parent 5266b07 commit 1e13b71

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

node.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ func (n *Node) ChildNodes() []*Node {
5151
}
5252

5353
// InnerText will gets the value of the node and all its child nodes.
54-
//
55-
// Deprecated: Use Value() to get JSON object value.
5654
func (n *Node) InnerText() string {
5755
var output func(*strings.Builder, *Node)
5856
output = func(b *strings.Builder, n *Node) {

0 commit comments

Comments
 (0)